| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Deployment.Execution
Container interface for all the deployment execution.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfDeploymentMode.withCompleteMode()
Specifies the mode with value of 'COMPLETE' in deployment properties.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIf.withDeploymentName(String deploymentName)
Specifies the deployment name to be used on error cases.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIf.withDetailedLevel(String detailedLevel)
Specifies the type of information to log for debugging.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfResultFormat.withFullResourcePayloadsResultFormat()
Specifies the result format with value of 'FULL_RESOURCE_PAYLOADS'
in What-if settings of deployment properties.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfDeploymentMode.withIncrementalMode()
Specifies the mode with value of 'INCREMENTAL' in deployment properties.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType.withLastSuccessfulOnErrorDeployment()
Specifies the What-if deployment on error behavior type with value of 'LAST_SUCCESSFUL'.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfLocation.withLocation(String location)
Specifies the location to store the deployment data.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfResultFormat.withResourceIdOnlyResultFormat()
Specifies the result format with value of 'RESOURCE_ID_ONLY'
in What-if settings of deployment properties.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType.withSpecialDeploymentOnErrorDeployment()
Specifies the What-if deployment on error behavior type with value of 'SPECIFIC_DEPLOYMENT'.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfParameter.withWhatIfParameters(Object parameters)
Specifies the name and value pairs that define the deployment parameters for the template.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfParameter.withWhatIfParametersLink(String uri,
String contentVersion)
Specifies the uri and content version of parameters file.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfTemplate.withWhatIfTemplate(Object template)
Specifies the template content.
|
Deployment.ExecutionStages.WithWhatIf |
Deployment.ExecutionStages.WithWhatIfTemplate.withWhatIfTemplateLink(String uri,
String contentVersion)
Specifies the uri and content version of template.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.