Uses of Class
com.azure.resourcemanager.automation.models.DscConfigurationUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscConfigurationUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DscConfigurationInner>
DscConfigurationsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, DscConfigurationUpdateParameters parameters, com.azure.core.util.Context context) Create the configuration identified by configuration name. -
Uses of DscConfigurationUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfigurationUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the configuration.DscConfigurationUpdateParameters.withLogProgress
(Boolean logProgress) Set the logProgress property: Gets or sets progress log option.DscConfigurationUpdateParameters.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.Set the name property: Gets or sets name of the resource.DscConfigurationUpdateParameters.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.DscConfigurationUpdateParameters.withSource
(ContentSource source) Set the source property: Gets or sets the source.Set the tags property: Gets or sets the tags attached to the resource.