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 WhatIfOperationResult whatIf()

Gets changes that will be made by the deployment if executed at the scope of the resource group.

abstract Mono<WhatIfOperationResult> whatIfAsync()

Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.

abstract WhatIfOperationResult whatIfAtSubscriptionScope()

Gets changes that will be made by the deployment if executed at the scope of the subscription.

abstract Mono<WhatIfOperationResult> 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:

the next stage of the execution.

whatIfAsync

public abstract Mono whatIfAsync()

Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.

Returns:

the next stage of the execution.

whatIfAtSubscriptionScope

public abstract WhatIfOperationResult whatIfAtSubscriptionScope()

Gets changes that will be made by the deployment if executed at the scope of the subscription.

Returns:

the next stage of the execution.

whatIfAtSubscriptionScopeAsync

public abstract Mono whatIfAtSubscriptionScopeAsync()

Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.

Returns:

the next stage of the execution.

Applies to