Uses of Enum
com.azure.resourcemanager.automation.models.ModuleProvisioningState
Packages that use ModuleProvisioningState
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ModuleProvisioningState in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return ModuleProvisioningStateModifier and TypeMethodDescriptionModuleInner.provisioningState()
Get the provisioningState property: Gets or sets the provisioning state of the module.ModuleProperties.provisioningState()
Get the provisioningState property: Gets or sets the provisioning state of the module.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type ModuleProvisioningStateModifier and TypeMethodDescriptionModuleInner.withProvisioningState
(ModuleProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the module.ModuleProperties.withProvisioningState
(ModuleProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the module. -
Uses of ModuleProvisioningState in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ModuleProvisioningStateModifier and TypeMethodDescriptionstatic ModuleProvisioningState
ModuleProvisioningState.fromString
(String value) Parses a serialized value to a ModuleProvisioningState instance.Module.provisioningState()
Gets the provisioningState property: Gets or sets the provisioning state of the module.static ModuleProvisioningState
Returns the enum constant of this type with the specified name.static ModuleProvisioningState[]
ModuleProvisioningState.values()
Returns an array containing the constants of this enum type, in the order they are declared.