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.
|
Mono<WhatIfOperationResult> |
whatIfAsync()
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.
|
Mono<WhatIfOperationResult> |
whatIfAtSubscriptionScopeAsync()
Gets changes that will be made by the deployment
if executed at the scope of the subscription asynchronously.
|
WhatIfOperationResult whatIf()
Mono<WhatIfOperationResult> whatIfAsync()
WhatIfOperationResult whatIfAtSubscriptionScope()
Mono<WhatIfOperationResult> whatIfAtSubscriptionScopeAsync()
Copyright © 2021 Microsoft Corporation. All rights reserved.