Uses of Enum
com.azure.resourcemanager.automation.models.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
Modifier 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.Modifier 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
Modifier 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.