Uses of Interface
com.microsoft.azure.management.resources.WhatIfOperationResult
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of WhatIfOperationResult in com.microsoft.azure.management.resources
Modifier and TypeMethodDescriptionDeployment.ExecutionStages.WithExecute.whatIf()
Gets changes that will be made by the deployment if executed at the scope of the resource group.Deployment.ExecutionStages.WithExecute.whatIfAtSubscriptionScope()
Gets changes that will be made by the deployment if executed at the scope of the subscription.Modifier and TypeMethodDescriptionrx.Observable<WhatIfOperationResult>
Deployment.ExecutionStages.WithExecute.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>
Deployment.ExecutionStages.WithExecute.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.rx.Observable<WhatIfOperationResult>
Deployment.ExecutionStages.WithExecute.whatIfAtSubscriptionScopeAsync()
Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.com.microsoft.rest.ServiceFuture<WhatIfOperationResult>
Deployment.ExecutionStages.WithExecute.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.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<WhatIfOperationResult>
Deployment.ExecutionStages.WithExecute.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.com.microsoft.rest.ServiceFuture<WhatIfOperationResult>
Deployment.ExecutionStages.WithExecute.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.