Interface DscConfiguration.Update
- All Superinterfaces:
DscConfiguration.UpdateStages.WithDescription
,DscConfiguration.UpdateStages.WithLogProgress
,DscConfiguration.UpdateStages.WithLogVerbose
,DscConfiguration.UpdateStages.WithName
,DscConfiguration.UpdateStages.WithParameters
,DscConfiguration.UpdateStages.WithSource
,DscConfiguration.UpdateStages.WithTags
- Enclosing interface:
- DscConfiguration
public static interface DscConfiguration.Update
extends DscConfiguration.UpdateStages.WithTags, DscConfiguration.UpdateStages.WithName, DscConfiguration.UpdateStages.WithLogVerbose, DscConfiguration.UpdateStages.WithLogProgress, DscConfiguration.UpdateStages.WithSource, DscConfiguration.UpdateStages.WithParameters, DscConfiguration.UpdateStages.WithDescription
The template for DscConfiguration update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.DscConfiguration.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.automation.models.DscConfiguration.UpdateStages.WithLogProgress
withLogProgress
Methods inherited from interface com.azure.resourcemanager.automation.models.DscConfiguration.UpdateStages.WithLogVerbose
withLogVerbose
Methods inherited from interface com.azure.resourcemanager.automation.models.DscConfiguration.UpdateStages.WithName
withName
Methods inherited from interface com.azure.resourcemanager.automation.models.DscConfiguration.UpdateStages.WithParameters
withParameters
Methods inherited from interface com.azure.resourcemanager.automation.models.DscConfiguration.UpdateStages.WithSource
withSource
Methods inherited from interface com.azure.resourcemanager.automation.models.DscConfiguration.UpdateStages.WithTags
withTags
-
Method Details
-
apply
DscConfiguration apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-