Uses of Interface
com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIf
Packages that use Deployment.ExecutionStages.WithWhatIf
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of Deployment.ExecutionStages.WithWhatIf in com.azure.resourcemanager.resources.models
Subinterfaces of Deployment.ExecutionStages.WithWhatIf in com.azure.resourcemanager.resources.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the deployment execution.Methods in com.azure.resourcemanager.resources.models that return Deployment.ExecutionStages.WithWhatIfModifier and TypeMethodDescriptionDeployment.ExecutionStages.WithWhatIfDeploymentMode.withCompleteMode()Specifies the mode with value of 'COMPLETE' in deployment properties.Deployment.ExecutionStages.WithWhatIf.withDeploymentName(String deploymentName) Specifies the deployment name to be used on error cases.Deployment.ExecutionStages.WithWhatIf.withDetailedLevel(String detailedLevel) Specifies the type of information to log for debugging.Deployment.ExecutionStages.WithWhatIfResultFormat.withFullResourcePayloadsResultFormat()Specifies the result format with value of 'FULL_RESOURCE_PAYLOADS' in What-if settings of deployment properties.Deployment.ExecutionStages.WithWhatIfDeploymentMode.withIncrementalMode()Specifies the mode with value of 'INCREMENTAL' in deployment properties.Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType.withLastSuccessfulOnErrorDeployment()Specifies the What-if deployment on error behavior type with value of 'LAST_SUCCESSFUL'.Deployment.ExecutionStages.WithWhatIfLocation.withLocation(String location) Specifies the location to store the deployment data.Deployment.ExecutionStages.WithWhatIfResultFormat.withResourceIdOnlyResultFormat()Specifies the result format with value of 'RESOURCE_ID_ONLY' in What-if settings of deployment properties.Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType.withSpecialDeploymentOnErrorDeployment()Specifies the What-if deployment on error behavior type with value of 'SPECIFIC_DEPLOYMENT'.Deployment.ExecutionStages.WithWhatIfParameter.withWhatIfParameters(Object parameters) Specifies the name and value pairs that define the deployment parameters for the template.Deployment.ExecutionStages.WithWhatIfParameter.withWhatIfParametersLink(String uri, String contentVersion) Specifies the uri and content version of parameters file.Deployment.ExecutionStages.WithWhatIfTemplate.withWhatIfTemplate(Object template) Specifies the template content.Deployment.ExecutionStages.WithWhatIfTemplate.withWhatIfTemplateLink(String uri, String contentVersion) Specifies the uri and content version of template.