| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
WhatIfOperationResultInner |
DeploymentsClient.whatIfAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the management group.
|
WhatIfOperationResultInner |
DeploymentsClient.whatIfAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the management 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.
|
WhatIfOperationResultInner |
DeploymentsClient.whatIfAtTenantScope(String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
|
WhatIfOperationResultInner |
DeploymentsClient.whatIfAtTenantScope(String deploymentName,
ScopedDeploymentWhatIf parameters,
com.azure.core.util.Context context)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfOperationResultInner |
WhatIfOperationResultInner.withChanges(List<WhatIfChange> changes)
Set the changes property: List of resource changes predicted by What-If operation.
|
WhatIfOperationResultInner |
WhatIfOperationResultInner.withError(com.azure.core.management.exception.ManagementError error)
Set the error property: Error when What-If operation fails.
|
WhatIfOperationResultInner |
WhatIfOperationResultInner.withStatus(String status)
Set the status property: Status of the What-If operation.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfOperationResultInner |
DeploymentsWhatIfAtSubscriptionScopeResponse.getValue() |
WhatIfOperationResultInner |
DeploymentsWhatIfResponse.getValue() |
WhatIfOperationResultInner |
DeploymentsWhatIfAtManagementGroupScopeResponse.getValue() |
WhatIfOperationResultInner |
DeploymentsWhatIfAtTenantScopeResponse.getValue() |
| Constructor and Description |
|---|
DeploymentsWhatIfAtManagementGroupScopeResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
WhatIfOperationResultInner value,
DeploymentsWhatIfAtManagementGroupScopeHeaders headers)
Creates an instance of DeploymentsWhatIfAtManagementGroupScopeResponse.
|
DeploymentsWhatIfAtSubscriptionScopeResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
WhatIfOperationResultInner value,
DeploymentsWhatIfAtSubscriptionScopeHeaders headers)
Creates an instance of DeploymentsWhatIfAtSubscriptionScopeResponse.
|
DeploymentsWhatIfAtTenantScopeResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
WhatIfOperationResultInner value,
DeploymentsWhatIfAtTenantScopeHeaders headers)
Creates an instance of DeploymentsWhatIfAtTenantScopeResponse.
|
DeploymentsWhatIfResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
WhatIfOperationResultInner value,
DeploymentsWhatIfHeaders headers)
Creates an instance of DeploymentsWhatIfResponse.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.