Uses of Class
com.azure.resourcemanager.resources.models.DeploymentProperties
-
Packages that use DeploymentProperties Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 DeploymentProperties Modifier and Type Method Description DeploymentPropertiesDeploymentInner. properties()Get the properties property: The deployment properties.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type DeploymentProperties Modifier and Type Method Description DeploymentInnerDeploymentInner. 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.models Modifier and Type Class Description classDeploymentWhatIfPropertiesDeployment What-if properties.Methods in com.azure.resourcemanager.resources.models that return DeploymentProperties Modifier and Type Method Description DeploymentPropertiesScopedDeployment. properties()Get the properties property: The deployment properties.DeploymentPropertiesDeploymentProperties. withDebugSetting(DebugSetting debugSetting)Set the debugSetting property: The debug setting of the deployment.DeploymentPropertiesDeploymentProperties. withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)Set the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the scope of the parent template or nested template.DeploymentPropertiesDeploymentProperties. withMode(DeploymentMode mode)Set the mode property: The mode that is used to deploy resources.DeploymentPropertiesDeploymentProperties. withOnErrorDeployment(OnErrorDeployment onErrorDeployment)Set the onErrorDeployment property: The deployment on error behavior.DeploymentPropertiesDeploymentProperties. withParameters(Object parameters)Set the parameters property: Name and value pairs that define the deployment parameters for the template.DeploymentPropertiesDeploymentProperties. withParametersLink(ParametersLink parametersLink)Set the parametersLink property: The URI of parameters file.DeploymentPropertiesDeploymentProperties. withTemplate(Object template)Set the template property: The template content.DeploymentPropertiesDeploymentProperties. withTemplateLink(TemplateLink templateLink)Set the templateLink property: The URI of the template.Methods in com.azure.resourcemanager.resources.models with parameters of type DeploymentProperties Modifier and Type Method Description ScopedDeploymentScopedDeployment. withProperties(DeploymentProperties properties)Set the properties property: The deployment properties.
-