Package | Description |
---|---|
com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Deployment.Update |
Deployment.UpdateStages.WithMode.withMode(DeploymentMode mode)
Specifies the deployment mode.
|
Deployment.Update |
Deployment.UpdateStages.WithParameters.withParameters(Object parameters)
Specifies the parameters as a Java object.
|
Deployment.Update |
Deployment.UpdateStages.WithParameters.withParameters(String parametersJson)
Specifies the parameters as a JSON string.
|
Deployment.Update |
Deployment.UpdateStages.WithParameters.withParametersLink(String uri,
String contentVersion)
Specifies the parameters as a URL.
|
Deployment.Update |
Deployment.UpdateStages.WithTemplate.withTemplate(Object template)
Specifies the template as a Java object.
|
Deployment.Update |
Deployment.UpdateStages.WithTemplate.withTemplate(String templateJson)
Specifies the template as a JSON string.
|
Deployment.Update |
Deployment.UpdateStages.WithTemplate.withTemplateLink(String uri,
String contentVersion)
Specifies the template as a URL.
|
Copyright © 2019. All rights reserved.