Uses of Class
com.azure.resourcemanager.resources.models.DeploymentWhatIf
Packages that use DeploymentWhatIf
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentWhatIf in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent with parameters of type DeploymentWhatIfModifier and TypeMethodDescriptioncom.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.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.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.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.DeploymentsClient.whatIfAtSubscriptionScope(String deploymentName, DeploymentWhatIf parameters) Returns changes that will be made by the deployment if executed at the scope of the subscription.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.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. -
Uses of DeploymentWhatIf in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentWhatIfModifier and TypeMethodDescriptionDeploymentWhatIf.withLocation(String location) Set the location property: The location to store the deployment data.DeploymentWhatIf.withProperties(DeploymentWhatIfProperties properties) Set the properties property: The deployment properties.