Deployment.ExecutionStages.WithExecute Interface
Definition
public static interface Deployment.ExecutionStages.WithExecute
Methods
| whatIf() |
Gets changes that will be made by the deployment if executed at the scope of the resource group. |
| whatIfAsync() |
Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously. |
| whatIfAsync(ServiceCallback<WhatIfOperationResult> callback) |
Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously. |
| whatIfAtSubscriptionScope() |
Gets changes that will be made by the deployment if executed at the scope of the subscription. |
| whatIfAtSubscriptionScopeAsync() |
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously. |
| whatIfAtSubscriptionScopeAsync(ServiceCallback<WhatIfOperationResult> callback) |
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously. |