| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfOperationResult |
Deployment.ExecutionStages.WithExecute.whatIf()
Gets changes that will be made by the deployment if executed at the scope of the resource group.
|
WhatIfOperationResult |
Deployment.ExecutionStages.WithExecute.whatIfAtSubscriptionScope()
Gets changes that will be made by the deployment if executed at the scope of the subscription.
|
| Modifier and Type | Method and Description |
|---|---|
rx.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 Type | Method and Description |
|---|---|
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.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/