Uses of Interface
com.azure.resourcemanager.resources.models.Deployment.Update
-
Packages that use Deployment.Update Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of Deployment.Update in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return Deployment.Update Modifier and Type Method Description Deployment.UpdateDeployment.UpdateStages.WithMode. withMode(DeploymentMode mode)Specifies the deployment mode.Deployment.UpdateDeployment.UpdateStages.WithParameters. withParameters(Object parameters)Specifies the parameters as a Java object.Deployment.UpdateDeployment.UpdateStages.WithParameters. withParameters(String parametersJson)Specifies the parameters as a JSON string.Deployment.UpdateDeployment.UpdateStages.WithParameters. withParametersLink(String uri, String contentVersion)Specifies the parameters as a URL.Deployment.UpdateDeployment.UpdateStages.WithTemplate. withTemplate(Object template)Specifies the template as a Java object.Deployment.UpdateDeployment.UpdateStages.WithTemplate. withTemplate(String templateJson)Specifies the template as a JSON string.Deployment.UpdateDeployment.UpdateStages.WithTemplate. withTemplateLink(String uri, String contentVersion)Specifies the template as a URL.
-