Uses of Class
com.azure.resourcemanager.resources.models.DeploymentWhatIfProperties
Packages that use DeploymentWhatIfProperties
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentWhatIfProperties in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentWhatIfPropertiesModifier and TypeMethodDescriptionstatic DeploymentWhatIfPropertiesDeploymentWhatIfProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentWhatIfProperties from the JsonReader.DeploymentWhatIf.properties()Get the properties property: The deployment properties.ScopedDeploymentWhatIf.properties()Get the properties property: The deployment properties.DeploymentWhatIfProperties.withDebugSetting(DebugSetting debugSetting) Set the debugSetting property: The debug setting of the deployment.DeploymentWhatIfProperties.withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions) Set the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the scope of the parent template or nested template.DeploymentWhatIfProperties.withMode(DeploymentMode mode) Set the mode property: The mode that is used to deploy resources.DeploymentWhatIfProperties.withOnErrorDeployment(OnErrorDeployment onErrorDeployment) Set the onErrorDeployment property: The deployment on error behavior.DeploymentWhatIfProperties.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Name and value pairs that define the deployment parameters for the template.DeploymentWhatIfProperties.withParametersLink(ParametersLink parametersLink) Set the parametersLink property: The URI of parameters file.DeploymentWhatIfProperties.withTemplate(Object template) Set the template property: The template content.DeploymentWhatIfProperties.withTemplateLink(TemplateLink templateLink) Set the templateLink property: The URI of the template.DeploymentWhatIfProperties.withValidationLevel(ValidationLevel validationLevel) Set the validationLevel property: The validation level of the deployment.DeploymentWhatIfProperties.withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings) Set the whatIfSettings property: Optional What-If operation settings.Methods in com.azure.resourcemanager.resources.models with parameters of type DeploymentWhatIfPropertiesModifier and TypeMethodDescriptionDeploymentWhatIf.withProperties(DeploymentWhatIfProperties properties) Set the properties property: The deployment properties.ScopedDeploymentWhatIf.withProperties(DeploymentWhatIfProperties properties) Set the properties property: The deployment properties.