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.withExtensionConfigs(Map<String, Map<String, DeploymentExtensionConfigItem>> extensionConfigs) Set the extensionConfigs property: The configurations to use for deployment extensions.DeploymentWhatIfProperties.withExternalInputDefinitions(Map<String, DeploymentExternalInputDefinition> externalInputDefinitions) Set the externalInputDefinitions property: External input definitions, used by external tooling to define expected external input values.DeploymentWhatIfProperties.withExternalInputs(Map<String, DeploymentExternalInput> externalInputs) Set the externalInputs property: External input values, used by external tooling for parameter evaluation.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.