Uses of Interface
com.azure.resourcemanager.automation.models.DscConfiguration.Update
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscConfiguration.Update in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfiguration.update()
Begins update for the DscConfiguration resource.DscConfiguration.UpdateStages.WithDescription.withDescription
(String description) Specifies the description property: Gets or sets the description of the configuration..DscConfiguration.UpdateStages.WithLogProgress.withLogProgress
(Boolean logProgress) Specifies the logProgress property: Gets or sets progress log option..DscConfiguration.UpdateStages.WithLogVerbose.withLogVerbose
(Boolean logVerbose) Specifies the logVerbose property: Gets or sets verbose log option..Specifies the name property: Gets or sets name of the resource..DscConfiguration.UpdateStages.WithParameters.withParameters
(Map<String, DscConfigurationParameter> parameters) Specifies the parameters property: Gets or sets the configuration parameters..DscConfiguration.UpdateStages.WithSource.withSource
(ContentSource source) Specifies the source property: Gets or sets the source..Specifies the tags property: Gets or sets the tags attached to the resource..