Uses of Interface
com.azure.resourcemanager.resources.models.WhatIfOperationResult
Packages that use WhatIfOperationResult
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of WhatIfOperationResult in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return WhatIfOperationResultModifier and TypeMethodDescriptionDeployment.ExecutionStages.WithExecute.whatIf()Gets changes that will be made by the deployment if executed at the scope of the resource group.Deployment.ExecutionStages.WithExecute.whatIfAtSubscriptionScope()Gets changes that will be made by the deployment if executed at the scope of the subscription.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type WhatIfOperationResultModifier and TypeMethodDescriptionDeployment.ExecutionStages.WithExecute.whatIfAsync()Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.Deployment.ExecutionStages.WithExecute.whatIfAtSubscriptionScopeAsync()Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.