Interface Deployment.Update
-
- All Superinterfaces:
Appliable<Deployment>,Deployment.UpdateStages.WithMode,Deployment.UpdateStages.WithParameters,Deployment.UpdateStages.WithTemplate,Indexable
- Enclosing interface:
- Deployment
public static interface Deployment.Update extends Appliable<Deployment>, Deployment.UpdateStages.WithTemplate, Deployment.UpdateStages.WithParameters, Deployment.UpdateStages.WithMode
The template for a deployment update operation, containing all the settings that can be modified.Call
Appliable.apply()to apply the changes to the deployment in Azure.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.UpdateStages.WithMode
withMode
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.UpdateStages.WithParameters
withParameters, withParameters, withParametersLink
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.UpdateStages.WithTemplate
withTemplate, withTemplate, withTemplateLink
-
-