Interface Deployment.ExecutionStages.WithExecute
- All Known Subinterfaces:
Deployment.Execution
,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
- Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithExecute
-
Method Summary
Modifier and TypeMethodDescriptionwhatIf()
Gets changes that will be made by the deployment if executed at the scope of the resource group.rx.Observable<WhatIfOperationResult>
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.Gets changes that will be made by the deployment if executed at the scope of the subscription.rx.Observable<WhatIfOperationResult>
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.
-
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
rx.Observable<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.
-
whatIfAsync
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.- Parameters:
callback
- the callback to call on success or failure with export result as parameter- 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
rx.Observable<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.
-
whatIfAtSubscriptionScopeAsync
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.- Parameters:
callback
- the callback to call on success or failure with export result as parameter- Returns:
- the next stage of the execution.
-