Uses of Class
com.azure.resourcemanager.automation.models.DscConfigurationAssociationProperty
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscConfigurationAssociationProperty in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscCompilationJobCreateProperties.configuration()
Get the configuration property: Gets or sets the configuration.DscCompilationJobInner.configuration()
Get the configuration property: Gets or sets the configuration.DscCompilationJobProperties.configuration()
Get the configuration property: Gets or sets the configuration.DscNodeConfigurationCreateOrUpdateParametersProperties.configuration()
Get the configuration property: Gets or sets the configuration of the node.DscNodeConfigurationInner.configuration()
Get the configuration property: Gets or sets the configuration of the node.DscNodeConfigurationProperties.configuration()
Get the configuration property: Gets or sets the configuration of the node.Modifier and TypeMethodDescriptionDscCompilationJobCreateProperties.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.DscCompilationJobInner.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.DscCompilationJobProperties.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.DscNodeConfigurationCreateOrUpdateParametersProperties.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration of the node.DscNodeConfigurationInner.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration of the node.DscNodeConfigurationProperties.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration of the node. -
Uses of DscConfigurationAssociationProperty in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscCompilationJob.configuration()
Gets the configuration property: Gets or sets the configuration.DscCompilationJobCreateParameters.configuration()
Get the configuration property: Gets or sets the configuration.DscNodeConfiguration.configuration()
Gets the configuration property: Gets or sets the configuration of the node.DscNodeConfigurationCreateOrUpdateParameters.configuration()
Get the configuration property: Gets or sets the configuration of the node.Set the name property: Gets or sets the name of the Dsc configuration.Modifier and TypeMethodDescriptionDscCompilationJob.DefinitionStages.WithConfiguration.withConfiguration
(DscConfigurationAssociationProperty configuration) Specifies the configuration property: Gets or sets the configuration..DscCompilationJobCreateParameters.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.DscNodeConfiguration.DefinitionStages.WithConfiguration.withConfiguration
(DscConfigurationAssociationProperty configuration) Specifies the configuration property: Gets or sets the configuration of the node..DscNodeConfiguration.UpdateStages.WithConfiguration.withConfiguration
(DscConfigurationAssociationProperty configuration) Specifies the configuration property: Gets or sets the configuration of the node..DscNodeConfigurationCreateOrUpdateParameters.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration of the node.