Uses of Interface
com.azure.resourcemanager.resources.models.WhatIfOperationResult
-
Packages that use WhatIfOperationResult Package Description com.azure.resourcemanager.resources.models 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 WhatIfOperationResult Modifier and Type Method Description WhatIfOperationResultDeployment.ExecutionStages.WithExecute. whatIf()Gets changes that will be made by the deployment if executed at the scope of the resource group.WhatIfOperationResultDeployment.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 WhatIfOperationResult Modifier and Type Method Description Mono<WhatIfOperationResult>Deployment.ExecutionStages.WithExecute. whatIfAsync()Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.Mono<WhatIfOperationResult>Deployment.ExecutionStages.WithExecute. whatIfAtSubscriptionScopeAsync()Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.
-