Uses of Enum
com.azure.resourcemanager.automation.models.DscConfigurationProvisioningState
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscConfigurationProvisioningState in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscConfigurationInner.provisioningState()
Get the provisioningState property: Gets or sets the provisioning state of the configuration.DscConfigurationProperties.provisioningState()
Get the provisioningState property: Gets or sets the provisioning state of the configuration.Modifier and TypeMethodDescriptionDscConfigurationInner.withProvisioningState
(DscConfigurationProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the configuration.DscConfigurationProperties.withProvisioningState
(DscConfigurationProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the configuration. -
Uses of DscConfigurationProvisioningState in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfigurationProvisioningState.fromString
(String value) Parses a serialized value to a DscConfigurationProvisioningState instance.DscConfiguration.provisioningState()
Gets the provisioningState property: Gets or sets the provisioning state of the configuration.Returns the enum constant of this type with the specified name.static DscConfigurationProvisioningState[]
DscConfigurationProvisioningState.values()
Returns an array containing the constants of this enum type, in the order they are declared.