Uses of Class
com.azure.resourcemanager.automation.models.DscConfigurationState
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscConfigurationState in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscConfigurationInner.state()
Get the state property: Gets or sets the state of the configuration.DscConfigurationProperties.state()
Get the state property: Gets or sets the state of the configuration.Modifier and TypeMethodDescriptionDscConfigurationInner.withState
(DscConfigurationState state) Set the state property: Gets or sets the state of the configuration.DscConfigurationProperties.withState
(DscConfigurationState state) Set the state property: Gets or sets the state of the configuration. -
Uses of DscConfigurationState in com.azure.resourcemanager.automation.models
Modifier and TypeFieldDescriptionstatic final DscConfigurationState
DscConfigurationState.EDIT
Static value Edit for DscConfigurationState.static final DscConfigurationState
DscConfigurationState.NEW
Static value New for DscConfigurationState.static final DscConfigurationState
DscConfigurationState.PUBLISHED
Static value Published for DscConfigurationState.Modifier and TypeMethodDescriptionstatic DscConfigurationState
DscConfigurationState.fromString
(String name) Creates or finds a DscConfigurationState from its string representation.DscConfiguration.state()
Gets the state property: Gets or sets the state of the configuration.Modifier and TypeMethodDescriptionstatic Collection<DscConfigurationState>
DscConfigurationState.values()
Gets known DscConfigurationState values.