azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

228 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.DeploymentProperties"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties"
name: "DeploymentProperties"
nameWithType: "DeploymentProperties"
summary: "Deployment properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DeploymentProperties**"
constructors:
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.DeploymentProperties()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.DeploymentProperties()"
name: "DeploymentProperties()"
nameWithType: "DeploymentProperties.DeploymentProperties()"
syntax: "public DeploymentProperties()"
methods:
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.debugSetting()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.debugSetting()"
name: "debugSetting()"
nameWithType: "DeploymentProperties.debugSetting()"
summary: "Get the debug setting of the deployment."
syntax: "public DebugSetting debugSetting()"
desc: "Get the debug setting of the deployment."
returns:
description: "the debugSetting value"
type: "<xref href=\"com.microsoft.azure.management.resources.DebugSetting?alt=com.microsoft.azure.management.resources.DebugSetting&text=DebugSetting\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.expressionEvaluationOptions()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.expressionEvaluationOptions()"
name: "expressionEvaluationOptions()"
nameWithType: "DeploymentProperties.expressionEvaluationOptions()"
summary: "Get specifies whether template expressions are evaluated within the scope of the parent template or nested template."
syntax: "public ExpressionEvaluationOptions expressionEvaluationOptions()"
desc: "Get specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer."
returns:
description: "the expressionEvaluationOptions value"
type: "<xref href=\"com.microsoft.azure.management.resources.ExpressionEvaluationOptions?alt=com.microsoft.azure.management.resources.ExpressionEvaluationOptions&text=ExpressionEvaluationOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.mode()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.mode()"
name: "mode()"
nameWithType: "DeploymentProperties.mode()"
summary: "Get the mode that is used to deploy resources."
syntax: "public DeploymentMode mode()"
desc: "Get the mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources. Possible values include: 'Incremental', 'Complete'."
returns:
description: "the mode value"
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentMode?alt=com.microsoft.azure.management.resources.DeploymentMode&text=DeploymentMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.onErrorDeployment()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.onErrorDeployment()"
name: "onErrorDeployment()"
nameWithType: "DeploymentProperties.onErrorDeployment()"
summary: "Get the deployment on error behavior."
syntax: "public OnErrorDeployment onErrorDeployment()"
desc: "Get the deployment on error behavior."
returns:
description: "the onErrorDeployment value"
type: "<xref href=\"com.microsoft.azure.management.resources.OnErrorDeployment?alt=com.microsoft.azure.management.resources.OnErrorDeployment&text=OnErrorDeployment\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.parameters()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.parameters()"
name: "parameters()"
nameWithType: "DeploymentProperties.parameters()"
summary: "Get name and value pairs that define the deployment parameters for the template."
syntax: "public Object parameters()"
desc: "Get name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string."
returns:
description: "the parameters value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.parametersLink()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.parametersLink()"
name: "parametersLink()"
nameWithType: "DeploymentProperties.parametersLink()"
summary: "Get the URI of parameters file."
syntax: "public ParametersLink parametersLink()"
desc: "Get the URI of parameters file. You use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both."
returns:
description: "the parametersLink value"
type: "<xref href=\"com.microsoft.azure.management.resources.ParametersLink?alt=com.microsoft.azure.management.resources.ParametersLink&text=ParametersLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.template()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.template()"
name: "template()"
nameWithType: "DeploymentProperties.template()"
summary: "Get the template content."
syntax: "public Object template()"
desc: "Get the template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both."
returns:
description: "the template value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.templateLink()"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.templateLink()"
name: "templateLink()"
nameWithType: "DeploymentProperties.templateLink()"
summary: "Get the URI of the template."
syntax: "public TemplateLink templateLink()"
desc: "Get the URI of the template. Use either the templateLink property or the template property, but not both."
returns:
description: "the templateLink value"
type: "<xref href=\"com.microsoft.azure.management.resources.TemplateLink?alt=com.microsoft.azure.management.resources.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.withDebugSetting(com.microsoft.azure.management.resources.DebugSetting)"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.withDebugSetting(DebugSetting debugSetting)"
name: "withDebugSetting(DebugSetting debugSetting)"
nameWithType: "DeploymentProperties.withDebugSetting(DebugSetting debugSetting)"
summary: "Set the debug setting of the deployment."
parameters:
- description: "the debugSetting value to set"
name: "debugSetting"
type: "<xref href=\"com.microsoft.azure.management.resources.DebugSetting?alt=com.microsoft.azure.management.resources.DebugSetting&text=DebugSetting\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentProperties withDebugSetting(DebugSetting debugSetting)"
desc: "Set the debug setting of the deployment."
returns:
description: "the DeploymentProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.withExpressionEvaluationOptions(com.microsoft.azure.management.resources.ExpressionEvaluationOptions)"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)"
name: "withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)"
nameWithType: "DeploymentProperties.withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)"
summary: "Set specifies whether template expressions are evaluated within the scope of the parent template or nested template."
parameters:
- description: "the expressionEvaluationOptions value to set"
name: "expressionEvaluationOptions"
type: "<xref href=\"com.microsoft.azure.management.resources.ExpressionEvaluationOptions?alt=com.microsoft.azure.management.resources.ExpressionEvaluationOptions&text=ExpressionEvaluationOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentProperties withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)"
desc: "Set specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer."
returns:
description: "the DeploymentProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.withMode(com.microsoft.azure.management.resources.DeploymentMode)"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.withMode(DeploymentMode mode)"
name: "withMode(DeploymentMode mode)"
nameWithType: "DeploymentProperties.withMode(DeploymentMode mode)"
summary: "Set the mode that is used to deploy resources."
parameters:
- description: "the mode value to set"
name: "mode"
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentMode?alt=com.microsoft.azure.management.resources.DeploymentMode&text=DeploymentMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentProperties withMode(DeploymentMode mode)"
desc: "Set the mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources. Possible values include: 'Incremental', 'Complete'."
returns:
description: "the DeploymentProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.withOnErrorDeployment(com.microsoft.azure.management.resources.OnErrorDeployment)"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.withOnErrorDeployment(OnErrorDeployment onErrorDeployment)"
name: "withOnErrorDeployment(OnErrorDeployment onErrorDeployment)"
nameWithType: "DeploymentProperties.withOnErrorDeployment(OnErrorDeployment onErrorDeployment)"
summary: "Set the deployment on error behavior."
parameters:
- description: "the onErrorDeployment value to set"
name: "onErrorDeployment"
type: "<xref href=\"com.microsoft.azure.management.resources.OnErrorDeployment?alt=com.microsoft.azure.management.resources.OnErrorDeployment&text=OnErrorDeployment\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentProperties withOnErrorDeployment(OnErrorDeployment onErrorDeployment)"
desc: "Set the deployment on error behavior."
returns:
description: "the DeploymentProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.withParameters(java.lang.Object)"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.withParameters(Object parameters)"
name: "withParameters(Object parameters)"
nameWithType: "DeploymentProperties.withParameters(Object parameters)"
summary: "Set name and value pairs that define the deployment parameters for the template."
parameters:
- description: "the parameters value to set"
name: "parameters"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentProperties withParameters(Object parameters)"
desc: "Set name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string."
returns:
description: "the DeploymentProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.withParametersLink(com.microsoft.azure.management.resources.ParametersLink)"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.withParametersLink(ParametersLink parametersLink)"
name: "withParametersLink(ParametersLink parametersLink)"
nameWithType: "DeploymentProperties.withParametersLink(ParametersLink parametersLink)"
summary: "Set the URI of parameters file."
parameters:
- description: "the parametersLink value to set"
name: "parametersLink"
type: "<xref href=\"com.microsoft.azure.management.resources.ParametersLink?alt=com.microsoft.azure.management.resources.ParametersLink&text=ParametersLink\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentProperties withParametersLink(ParametersLink parametersLink)"
desc: "Set the URI of parameters file. You use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both."
returns:
description: "the DeploymentProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.withTemplate(java.lang.Object)"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.withTemplate(Object template)"
name: "withTemplate(Object template)"
nameWithType: "DeploymentProperties.withTemplate(Object template)"
summary: "Set the template content."
parameters:
- description: "the template value to set"
name: "template"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentProperties withTemplate(Object template)"
desc: "Set the template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both."
returns:
description: "the DeploymentProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.DeploymentProperties.withTemplateLink(com.microsoft.azure.management.resources.TemplateLink)"
fullName: "com.microsoft.azure.management.resources.DeploymentProperties.withTemplateLink(TemplateLink templateLink)"
name: "withTemplateLink(TemplateLink templateLink)"
nameWithType: "DeploymentProperties.withTemplateLink(TemplateLink templateLink)"
summary: "Set the URI of the template."
parameters:
- description: "the templateLink value to set"
name: "templateLink"
type: "<xref href=\"com.microsoft.azure.management.resources.TemplateLink?alt=com.microsoft.azure.management.resources.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentProperties withTemplateLink(TemplateLink templateLink)"
desc: "Set the URI of the template. Use either the templateLink property or the template property, but not both."
returns:
description: "the DeploymentProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Deployment properties."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4