Deployment.ExecutionStages.WithExecute Interface
public static interface Deployment.ExecutionStages.WithExecute
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
rx.Observable<What |
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<What |
whatIfAsync(ServiceCallback<WhatIfOperationResult> callback)
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
rx.Observable<What |
whatIfAtSubscriptionScopeAsync()
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously. |
abstract
com.microsoft.rest.ServiceFuture<What |
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:
whatIfAsync
public abstract Observable
Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.
Returns:
whatIfAsync
public abstract ServiceFuture
Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.
Parameters:
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 Observable
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.
Returns:
whatIfAtSubscriptionScopeAsync
public abstract ServiceFuture
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.
Parameters:
Returns:
Applies to
Azure SDK for Java