Uses of Class
com.microsoft.azure.management.resources.DeploymentProperties
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of DeploymentProperties in com.microsoft.azure.management.resources
Modifier and TypeMethodDescriptionScopedDeployment.properties()
Get the deployment properties.DeploymentProperties.withDebugSetting
(DebugSetting debugSetting) Set the debug setting of the deployment.DeploymentProperties.withExpressionEvaluationOptions
(ExpressionEvaluationOptions expressionEvaluationOptions) Set specifies whether template expressions are evaluated within the scope of the parent template or nested template.DeploymentProperties.withMode
(DeploymentMode mode) Set the mode that is used to deploy resources.DeploymentProperties.withOnErrorDeployment
(OnErrorDeployment onErrorDeployment) Set the deployment on error behavior.DeploymentProperties.withParameters
(Object parameters) Set name and value pairs that define the deployment parameters for the template.DeploymentProperties.withParametersLink
(ParametersLink parametersLink) Set the URI of parameters file.DeploymentProperties.withTemplate
(Object template) Set the template content.DeploymentProperties.withTemplateLink
(TemplateLink templateLink) Set the URI of the template.Modifier and TypeMethodDescriptionScopedDeployment.withProperties
(DeploymentProperties properties) Set the deployment properties.