| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentProperties |
DeploymentInner.properties()
Get the properties property: The deployment properties.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentInner |
DeploymentInner.withProperties(DeploymentProperties properties)
Set the properties property: The deployment properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentWhatIfProperties
Deployment What-if properties.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentProperties |
ScopedDeployment.properties()
Get the properties property: The deployment properties.
|
DeploymentProperties |
DeploymentProperties.withDebugSetting(DebugSetting debugSetting)
Set the debugSetting property: The debug setting of the deployment.
|
DeploymentProperties |
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 |
DeploymentProperties.withMode(DeploymentMode mode)
Set the mode property: The mode that is used to deploy resources.
|
DeploymentProperties |
DeploymentProperties.withOnErrorDeployment(OnErrorDeployment onErrorDeployment)
Set the onErrorDeployment property: The deployment on error behavior.
|
DeploymentProperties |
DeploymentProperties.withParameters(Object parameters)
Set the parameters property: Name and value pairs that define the deployment parameters for the template.
|
DeploymentProperties |
DeploymentProperties.withParametersLink(ParametersLink parametersLink)
Set the parametersLink property: The URI of parameters file.
|
DeploymentProperties |
DeploymentProperties.withTemplate(Object template)
Set the template property: The template content.
|
DeploymentProperties |
DeploymentProperties.withTemplateLink(TemplateLink templateLink)
Set the templateLink property: The URI of the template.
|
| Modifier and Type | Method and Description |
|---|---|
ScopedDeployment |
ScopedDeployment.withProperties(DeploymentProperties properties)
Set the properties property: The deployment properties.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.