Deployment.ExecutionStages.WithExecute Interface

public static interface Deployment.ExecutionStages.WithExecute

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 rx.Observable<WhatIfOperationResult> whatIfAsync()

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

abstract com.microsoft.rest.ServiceFuture<WhatIfOperationResult> whatIfAsync(ServiceCallback<WhatIfOperationResult> callback)

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 rx.Observable<WhatIfOperationResult> whatIfAtSubscriptionScopeAsync()

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

abstract com.microsoft.rest.ServiceFuture<WhatIfOperationResult> whatIfAtSubscriptionScopeAsync(ServiceCallback<WhatIfOperationResult> callback)

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 Observable 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.

whatIfAsync

public abstract ServiceFuture whatIfAsync(ServiceCallback callback)

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

Parameters:

callback - the callback to call on success or failure with export result as parameter

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 Observable 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.

whatIfAtSubscriptionScopeAsync

public abstract ServiceFuture whatIfAtSubscriptionScopeAsync(ServiceCallback callback)

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

Parameters:

callback - the callback to call on success or failure with export result as parameter

Returns:

the next stage of the execution.

Applies to