Deployment.Update Interface
public interface Update extends Appliable,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 apply() to apply the changes to the deployment in Azure.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
Deployment.UpdateStages.WithMode.withMode(DeploymentMode mode)
Deployment.UpdateStages.WithParameters.withParameters(Object parameters)
Deployment.UpdateStages.WithParameters.withParameters(String parametersJson)
Deployment.UpdateStages.WithParameters.withParametersLink(String uri, String contentVersion)
Deployment.UpdateStages.WithTemplate.withTemplate(Object template)
Deployment.UpdateStages.WithTemplate.withTemplate(String templateJson)
Deployment.UpdateStages.WithTemplate.withTemplateLink(String uri, String contentVersion)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java