| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIf(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIf(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAsync(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAtSubscriptionScope(String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAtSubscriptionScope(String deploymentName,
DeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAtSubscriptionScopeAsync(String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
WhatIfOperationResultInner |
DeploymentsClient.whatIf(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
WhatIfOperationResultInner |
DeploymentsClient.whatIf(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
Mono<WhatIfOperationResultInner> |
DeploymentsClient.whatIfAsync(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
WhatIfOperationResultInner |
DeploymentsClient.whatIfAtSubscriptionScope(String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
WhatIfOperationResultInner |
DeploymentsClient.whatIfAtSubscriptionScope(String deploymentName,
DeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
Mono<WhatIfOperationResultInner> |
DeploymentsClient.whatIfAtSubscriptionScopeAsync(String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DeploymentsClient.whatIfAtSubscriptionScopeWithResponseAsync(String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the subscription.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DeploymentsClient.whatIfWithResponseAsync(String resourceGroupName,
String deploymentName,
DeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the resource group.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentWhatIf |
DeploymentWhatIf.withLocation(String location)
Set the location property: The location to store the deployment data.
|
DeploymentWhatIf |
DeploymentWhatIf.withProperties(DeploymentWhatIfProperties properties)
Set the properties property: The deployment properties.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.