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.
|