Uses of Class
com.azure.resourcemanager.automation.models.DscConfigurationParameter
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscConfigurationParameter in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscConfigurationCreateOrUpdateProperties.parameters()
Get the parameters property: Gets or sets the configuration parameters.DscConfigurationInner.parameters()
Get the parameters property: Gets or sets the configuration parameters.DscConfigurationProperties.parameters()
Get the parameters property: Gets or sets the configuration parameters.Modifier and TypeMethodDescriptionDscConfigurationCreateOrUpdateProperties.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.DscConfigurationInner.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.DscConfigurationProperties.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters. -
Uses of DscConfigurationParameter in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfigurationParameter.withDefaultValue
(String defaultValue) Set the defaultValue property: Gets or sets the default value of parameter.DscConfigurationParameter.withIsMandatory
(Boolean isMandatory) Set the isMandatory property: Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.DscConfigurationParameter.withPosition
(Integer position) Set the position property: Get or sets the position of the parameter.Set the type property: Gets or sets the type of the parameter.Modifier and TypeMethodDescriptionDscConfiguration.parameters()
Gets the parameters property: Gets or sets the configuration parameters.DscConfigurationCreateOrUpdateParameters.parameters()
Get the parameters property: Gets or sets the configuration parameters.DscConfigurationUpdateParameters.parameters()
Get the parameters property: Gets or sets the configuration parameters.Modifier and TypeMethodDescriptionDscConfiguration.DefinitionStages.WithParameters.withParameters
(Map<String, DscConfigurationParameter> parameters) Specifies the parameters property: Gets or sets the configuration parameters..DscConfiguration.UpdateStages.WithParameters.withParameters
(Map<String, DscConfigurationParameter> parameters) Specifies the parameters property: Gets or sets the configuration parameters..DscConfigurationCreateOrUpdateParameters.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.DscConfigurationUpdateParameters.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.