Interface DscNodeConfiguration.Update
- All Superinterfaces:
DscNodeConfiguration.UpdateStages.WithConfiguration
,DscNodeConfiguration.UpdateStages.WithIncrementNodeConfigurationBuild
,DscNodeConfiguration.UpdateStages.WithName
,DscNodeConfiguration.UpdateStages.WithSource
,DscNodeConfiguration.UpdateStages.WithTags
- Enclosing interface:
- DscNodeConfiguration
public static interface DscNodeConfiguration.Update
extends DscNodeConfiguration.UpdateStages.WithTags, DscNodeConfiguration.UpdateStages.WithName, DscNodeConfiguration.UpdateStages.WithSource, DscNodeConfiguration.UpdateStages.WithConfiguration, DscNodeConfiguration.UpdateStages.WithIncrementNodeConfigurationBuild
The template for DscNodeConfiguration update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.DscNodeConfiguration.UpdateStages.WithConfiguration
withConfiguration
Methods inherited from interface com.azure.resourcemanager.automation.models.DscNodeConfiguration.UpdateStages.WithIncrementNodeConfigurationBuild
withIncrementNodeConfigurationBuild
Methods inherited from interface com.azure.resourcemanager.automation.models.DscNodeConfiguration.UpdateStages.WithName
withName
Methods inherited from interface com.azure.resourcemanager.automation.models.DscNodeConfiguration.UpdateStages.WithSource
withSource
Methods inherited from interface com.azure.resourcemanager.automation.models.DscNodeConfiguration.UpdateStages.WithTags
withTags
-
Method Details
-
apply
DscNodeConfiguration 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.
-