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