Deployment.ExecutionStages.WithExecute Interface
public static interface Deployment.ExecutionStages.WithExecute
A deployment definition allowing the execution to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
What |
whatIf()
Gets changes that will be made by the deployment if executed at the scope of the resource group. |
abstract
Mono<What |
whatIfAsync()
Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously. |
abstract
What |
whatIfAtSubscriptionScope()
Gets changes that will be made by the deployment if executed at the scope of the subscription. |
abstract
Mono<What |
whatIfAtSubscriptionScopeAsync()
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously. |
Method Details
whatIf
public abstract WhatIfOperationResult whatIf()
Gets changes that will be made by the deployment if executed at the scope of the resource group.
Returns:
whatIfAsync
public abstract Mono
Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.
Returns:
whatIfAtSubscriptionScope
public abstract WhatIfOperationResult whatIfAtSubscriptionScope()
Gets changes that will be made by the deployment if executed at the scope of the subscription.
Returns:
whatIfAtSubscriptionScopeAsync
public abstract Mono
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.
Returns:
Applies to
Azure SDK for Java