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