| 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.beginWhatIfAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the management group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAtManagementGroupScope(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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAtManagementGroupScopeAsync(String groupId,
String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the management group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAtTenantScope(String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAtTenantScope(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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WhatIfOperationResultInner>,WhatIfOperationResultInner> |
DeploymentsClient.beginWhatIfAtTenantScopeAsync(String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant 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.
|
Mono<WhatIfOperationResultInner> |
DeploymentsClient.whatIfAtManagementGroupScopeAsync(String groupId,
String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the management group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DeploymentsClient.whatIfAtManagementGroupScopeWithResponseAsync(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.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.
|
Mono<WhatIfOperationResultInner> |
DeploymentsClient.whatIfAtTenantScopeAsync(String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DeploymentsClient.whatIfAtTenantScopeWithResponseAsync(String deploymentName,
ScopedDeploymentWhatIf parameters)
Returns changes that will be made by the deployment if executed at the scope of the tenant group.
|
| Modifier and Type | Method and Description |
|---|---|
ScopedDeploymentWhatIf |
ScopedDeploymentWhatIf.withLocation(String location)
Set the location property: The location to store the deployment data.
|
ScopedDeploymentWhatIf |
ScopedDeploymentWhatIf.withProperties(DeploymentWhatIfProperties properties)
Set the properties property: The deployment properties.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.