93 строки
6.4 KiB
YAML
93 строки
6.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate"
|
|
name: "ResourceElementTemplate"
|
|
nameWithType: "ResourceElementTemplate"
|
|
summary: "The resource element template object."
|
|
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 **ResourceElementTemplate**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.ResourceElementTemplate()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.ResourceElementTemplate()"
|
|
name: "ResourceElementTemplate()"
|
|
nameWithType: "ResourceElementTemplate.ResourceElementTemplate()"
|
|
summary: "Creates an instance of Resource<wbr>Element<wbr>Template class."
|
|
syntax: "public ResourceElementTemplate()"
|
|
desc: "Creates an instance of ResourceElementTemplate class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.dependsOnProfile()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.dependsOnProfile()"
|
|
name: "dependsOnProfile()"
|
|
nameWithType: "ResourceElementTemplate.dependsOnProfile()"
|
|
summary: "Get the depends<wbr>OnProfile property: The depends on profile."
|
|
syntax: "public DependsOnProfile dependsOnProfile()"
|
|
desc: "Get the dependsOnProfile property: The depends on profile."
|
|
returns:
|
|
description: "the dependsOnProfile value."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.DependsOnProfile?alt=com.azure.resourcemanager.hybridnetwork.models.DependsOnProfile&text=DependsOnProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.name()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.name()"
|
|
name: "name()"
|
|
nameWithType: "ResourceElementTemplate.name()"
|
|
summary: "Get the name property: Name of the resource element template."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Name of the resource element template."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.validate()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ResourceElementTemplate.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.withDependsOnProfile(com.azure.resourcemanager.hybridnetwork.models.DependsOnProfile)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.withDependsOnProfile(DependsOnProfile dependsOnProfile)"
|
|
name: "withDependsOnProfile(DependsOnProfile dependsOnProfile)"
|
|
nameWithType: "ResourceElementTemplate.withDependsOnProfile(DependsOnProfile dependsOnProfile)"
|
|
summary: "Set the depends<wbr>OnProfile property: The depends on profile."
|
|
parameters:
|
|
- description: "the dependsOnProfile value to set."
|
|
name: "dependsOnProfile"
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.DependsOnProfile?alt=com.azure.resourcemanager.hybridnetwork.models.DependsOnProfile&text=DependsOnProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ResourceElementTemplate withDependsOnProfile(DependsOnProfile dependsOnProfile)"
|
|
desc: "Set the dependsOnProfile property: The depends on profile."
|
|
returns:
|
|
description: "the ResourceElementTemplate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate?alt=com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate&text=ResourceElementTemplate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "ResourceElementTemplate.withName(String name)"
|
|
summary: "Set the name property: Name of the resource element template."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ResourceElementTemplate withName(String name)"
|
|
desc: "Set the name property: Name of the resource element template."
|
|
returns:
|
|
description: "the ResourceElementTemplate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate?alt=com.azure.resourcemanager.hybridnetwork.models.ResourceElementTemplate&text=ResourceElementTemplate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The resource element template object."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hybridnetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0
|