Uses of Class
com.azure.resourcemanager.automation.fluent.models.DscConfigurationCreateOrUpdateProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of DscConfigurationCreateOrUpdateProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscConfigurationCreateOrUpdateProperties.withDescription
(String description) Set the description property: Gets or sets the description of the configuration.DscConfigurationCreateOrUpdateProperties.withLogProgress
(Boolean logProgress) Set the logProgress property: Gets or sets progress log option.DscConfigurationCreateOrUpdateProperties.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.DscConfigurationCreateOrUpdateProperties.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.DscConfigurationCreateOrUpdateProperties.withSource
(ContentSource source) Set the source property: Gets or sets the source.