azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.p...

93 строки
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions"
fullName: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions"
name: "TemplateDeploymentOptions"
nameWithType: "TemplateDeploymentOptions"
summary: "The Template<wbr>Deployment<wbr>Options model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **TemplateDeploymentOptions**"
constructors:
- uid: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.TemplateDeploymentOptions()"
fullName: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.TemplateDeploymentOptions()"
name: "TemplateDeploymentOptions()"
nameWithType: "TemplateDeploymentOptions.TemplateDeploymentOptions()"
summary: "Creates an instance of Template<wbr>Deployment<wbr>Options class."
syntax: "public TemplateDeploymentOptions()"
desc: "Creates an instance of TemplateDeploymentOptions class."
methods:
- uid: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.preflightOptions()"
fullName: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.preflightOptions()"
name: "preflightOptions()"
nameWithType: "TemplateDeploymentOptions.preflightOptions()"
summary: "Get the preflight<wbr>Options property: The preflight<wbr>Options property."
syntax: "public List<PreflightOption> preflightOptions()"
desc: "Get the preflightOptions property: The preflightOptions property."
returns:
description: "the preflightOptions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.providerhub.models.PreflightOption?alt=com.azure.resourcemanager.providerhub.models.PreflightOption&text=PreflightOption\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.preflightSupported()"
fullName: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.preflightSupported()"
name: "preflightSupported()"
nameWithType: "TemplateDeploymentOptions.preflightSupported()"
summary: "Get the preflight<wbr>Supported property: The preflight<wbr>Supported property."
syntax: "public Boolean preflightSupported()"
desc: "Get the preflightSupported property: The preflightSupported property."
returns:
description: "the preflightSupported value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.validate()"
fullName: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.validate()"
name: "validate()"
nameWithType: "TemplateDeploymentOptions.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.withPreflightOptions(java.util.List<com.azure.resourcemanager.providerhub.models.PreflightOption>)"
fullName: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.withPreflightOptions(List<PreflightOption> preflightOptions)"
name: "withPreflightOptions(List<PreflightOption> preflightOptions)"
nameWithType: "TemplateDeploymentOptions.withPreflightOptions(List<PreflightOption> preflightOptions)"
summary: "Set the preflight<wbr>Options property: The preflight<wbr>Options property."
parameters:
- description: "the preflightOptions value to set."
name: "preflightOptions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.providerhub.models.PreflightOption?alt=com.azure.resourcemanager.providerhub.models.PreflightOption&text=PreflightOption\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TemplateDeploymentOptions withPreflightOptions(List<PreflightOption> preflightOptions)"
desc: "Set the preflightOptions property: The preflightOptions property."
returns:
description: "the TemplateDeploymentOptions object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions?alt=com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions&text=TemplateDeploymentOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.withPreflightSupported(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions.withPreflightSupported(Boolean preflightSupported)"
name: "withPreflightSupported(Boolean preflightSupported)"
nameWithType: "TemplateDeploymentOptions.withPreflightSupported(Boolean preflightSupported)"
summary: "Set the preflight<wbr>Supported property: The preflight<wbr>Supported property."
parameters:
- description: "the preflightSupported value to set."
name: "preflightSupported"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public TemplateDeploymentOptions withPreflightSupported(Boolean preflightSupported)"
desc: "Set the preflightSupported property: The preflightSupported property."
returns:
description: "the TemplateDeploymentOptions object itself."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions?alt=com.azure.resourcemanager.providerhub.models.TemplateDeploymentOptions&text=TemplateDeploymentOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The TemplateDeploymentOptions model."
metadata: {}
package: "com.azure.resourcemanager.providerhub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-providerhub:1.0.0