182 строки
9.7 KiB
YAML
182 строки
9.7 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.debugSetting()
|
|
name: debugSetting()
|
|
nameWithType: DeploymentProperties.debugSetting()
|
|
returns:
|
|
description: <p>the debugSetting value </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.DebugSetting?alt=com.microsoft.azure.management.resources.DebugSetting&text=DebugSetting" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the debugSetting value.</p>
|
|
|
|
<p></p>
|
|
syntax: public DebugSetting debugSetting()
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.debugSetting()
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.mode()
|
|
name: mode()
|
|
nameWithType: DeploymentProperties.mode()
|
|
returns:
|
|
description: <p>the mode value </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.DeploymentMode?alt=com.microsoft.azure.management.resources.DeploymentMode&text=DeploymentMode" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the mode value.</p>
|
|
|
|
<p></p>
|
|
syntax: public DeploymentMode mode()
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.mode()
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.parameters()
|
|
name: parameters()
|
|
nameWithType: DeploymentProperties.parameters()
|
|
returns:
|
|
description: <p>the parameters value </p>
|
|
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the parameters value.</p>
|
|
|
|
<p></p>
|
|
syntax: public Object parameters()
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.parameters()
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.parametersLink()
|
|
name: parametersLink()
|
|
nameWithType: DeploymentProperties.parametersLink()
|
|
returns:
|
|
description: <p>the parametersLink value </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.ParametersLink?alt=com.microsoft.azure.management.resources.ParametersLink&text=ParametersLink" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the parametersLink value.</p>
|
|
|
|
<p></p>
|
|
syntax: public ParametersLink parametersLink()
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.parametersLink()
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.template()
|
|
name: template()
|
|
nameWithType: DeploymentProperties.template()
|
|
returns:
|
|
description: <p>the template value </p>
|
|
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the template value.</p>
|
|
|
|
<p></p>
|
|
syntax: public Object template()
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.template()
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.templateLink()
|
|
name: templateLink()
|
|
nameWithType: DeploymentProperties.templateLink()
|
|
returns:
|
|
description: <p>the templateLink value </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.TemplateLink?alt=com.microsoft.azure.management.resources.TemplateLink&text=TemplateLink" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the templateLink value.</p>
|
|
|
|
<p></p>
|
|
syntax: public TemplateLink templateLink()
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.templateLink()
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.withDebugSetting(DebugSetting debugSetting)
|
|
name: withDebugSetting(DebugSetting debugSetting)
|
|
nameWithType: DeploymentProperties.withDebugSetting(DebugSetting debugSetting)
|
|
parameters:
|
|
- description: <p>the debugSetting value to set </p>
|
|
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"/>
|
|
returns:
|
|
description: <p>the DeploymentProperties object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the debugSetting value.</p>
|
|
|
|
<p></p>
|
|
syntax: public DeploymentProperties withDebugSetting(DebugSetting debugSetting)
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.withDebugSetting(DebugSetting)
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.withMode(DeploymentMode mode)
|
|
name: withMode(DeploymentMode mode)
|
|
nameWithType: DeploymentProperties.withMode(DeploymentMode mode)
|
|
parameters:
|
|
- description: <p>the mode value to set </p>
|
|
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"/>
|
|
returns:
|
|
description: <p>the DeploymentProperties object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the mode value.</p>
|
|
|
|
<p></p>
|
|
syntax: public DeploymentProperties withMode(DeploymentMode mode)
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.withMode(DeploymentMode)
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.withParameters(Object parameters)
|
|
name: withParameters(Object parameters)
|
|
nameWithType: DeploymentProperties.withParameters(Object parameters)
|
|
parameters:
|
|
- description: <p>the parameters value to set </p>
|
|
name: parameters
|
|
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the DeploymentProperties object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the parameters value.</p>
|
|
|
|
<p></p>
|
|
syntax: public DeploymentProperties withParameters(Object parameters)
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.withParameters(Object)
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.withParametersLink(ParametersLink parametersLink)
|
|
name: withParametersLink(ParametersLink parametersLink)
|
|
nameWithType: DeploymentProperties.withParametersLink(ParametersLink parametersLink)
|
|
parameters:
|
|
- description: <p>the parametersLink value to set </p>
|
|
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"/>
|
|
returns:
|
|
description: <p>the DeploymentProperties object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the parametersLink value.</p>
|
|
|
|
<p></p>
|
|
syntax: public DeploymentProperties withParametersLink(ParametersLink parametersLink)
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.withParametersLink(ParametersLink)
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.withTemplate(Object template)
|
|
name: withTemplate(Object template)
|
|
nameWithType: DeploymentProperties.withTemplate(Object template)
|
|
parameters:
|
|
- description: <p>the template value to set </p>
|
|
name: template
|
|
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the DeploymentProperties object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the template value.</p>
|
|
|
|
<p></p>
|
|
syntax: public DeploymentProperties withTemplate(Object template)
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.withTemplate(Object)
|
|
- fullName: com.microsoft.azure.management.resources.DeploymentProperties.withTemplateLink(TemplateLink templateLink)
|
|
name: withTemplateLink(TemplateLink templateLink)
|
|
nameWithType: DeploymentProperties.withTemplateLink(TemplateLink templateLink)
|
|
parameters:
|
|
- description: <p>the templateLink value to set </p>
|
|
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"/>
|
|
returns:
|
|
description: <p>the DeploymentProperties object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.resources.DeploymentProperties?alt=com.microsoft.azure.management.resources.DeploymentProperties&text=DeploymentProperties" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the templateLink value.</p>
|
|
|
|
<p></p>
|
|
syntax: public DeploymentProperties withTemplateLink(TemplateLink templateLink)
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties.withTemplateLink(TemplateLink)
|
|
nameWithType: DeploymentProperties
|
|
syntax: public class DeploymentProperties
|
|
type: class
|
|
uid: com.microsoft.azure.management.resources.DeploymentProperties
|
|
fullName: com.microsoft.azure.management.resources.DeploymentProperties
|
|
name: DeploymentProperties
|
|
package: com.microsoft.azure.management.resources
|
|
summary: <p>Deployment properties. </p>
|
|
metadata: {}
|