public static interface Deployment.ExecutionStages.WithExecute
| Modifier and Type | Method and Description |
|---|---|
WhatIfOperationResult |
whatIf()
Gets changes that will be made by the deployment if executed at the scope of the resource group.
|
rx.Observable<WhatIfOperationResult> |
whatIfAsync()
Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.
|
com.microsoft.rest.ServiceFuture<WhatIfOperationResult> |
whatIfAsync(com.microsoft.rest.ServiceCallback<WhatIfOperationResult> callback)
Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.
|
WhatIfOperationResult |
whatIfAtSubscriptionScope()
Gets changes that will be made by the deployment if executed at the scope of the subscription.
|
rx.Observable<WhatIfOperationResult> |
whatIfAtSubscriptionScopeAsync()
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.
|
com.microsoft.rest.ServiceFuture<WhatIfOperationResult> |
whatIfAtSubscriptionScopeAsync(com.microsoft.rest.ServiceCallback<WhatIfOperationResult> callback)
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.
|
WhatIfOperationResult whatIf()
rx.Observable<WhatIfOperationResult> whatIfAsync()
com.microsoft.rest.ServiceFuture<WhatIfOperationResult> whatIfAsync(com.microsoft.rest.ServiceCallback<WhatIfOperationResult> callback)
callback - the callback to call on success or failure with export result as parameterWhatIfOperationResult whatIfAtSubscriptionScope()
rx.Observable<WhatIfOperationResult> whatIfAtSubscriptionScopeAsync()
com.microsoft.rest.ServiceFuture<WhatIfOperationResult> whatIfAtSubscriptionScopeAsync(com.microsoft.rest.ServiceCallback<WhatIfOperationResult> callback)
callback - the callback to call on success or failure with export result as parameter/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/