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