Interface Deployment.ExecutionStages.WithExecute
- All Known Subinterfaces:
Deployment.Execution,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithExecute
A deployment definition allowing the execution to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwhatIf()Gets changes that will be made by the deployment if executed at the scope of the resource group.Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.Gets changes that will be made by the deployment if executed at the scope of the subscription.Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.
-
Method Details
-
whatIf
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
Mono<WhatIfOperationResult> 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
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
Mono<WhatIfOperationResult> 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.
-