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

163 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resources.models.TemplateLink"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink"
name: "TemplateLink"
nameWithType: "TemplateLink"
summary: "Entity representing the reference to the template."
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 final class **TemplateLink**"
constructors:
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.TemplateLink()"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.TemplateLink()"
name: "TemplateLink()"
nameWithType: "TemplateLink.TemplateLink()"
syntax: "public TemplateLink()"
methods:
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.contentVersion()"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.contentVersion()"
name: "contentVersion()"
nameWithType: "TemplateLink.contentVersion()"
summary: "Get the content<wbr>Version property: If included, must match the Content<wbr>Version in the template."
syntax: "public String contentVersion()"
desc: "Get the contentVersion property: If included, must match the ContentVersion in the template."
returns:
description: "the contentVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.id()"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.id()"
name: "id()"
nameWithType: "TemplateLink.id()"
summary: "Get the id property: The resource id of a Template Spec."
syntax: "public String id()"
desc: "Get the id property: The resource id of a Template Spec. Use either the id or uri property, but not both."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.queryString()"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.queryString()"
name: "queryString()"
nameWithType: "TemplateLink.queryString()"
summary: "Get the query<wbr>String property: The query string (for example, a SAS token) to be used with the template<wbr>Link URI."
syntax: "public String queryString()"
desc: "Get the queryString property: The query string (for example, a SAS token) to be used with the templateLink URI."
returns:
description: "the queryString value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.relativePath()"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.relativePath()"
name: "relativePath()"
nameWithType: "TemplateLink.relativePath()"
summary: "Get the relative<wbr>Path property: The relative<wbr>Path property can be used to deploy a linked template at a location relative to the parent."
syntax: "public String relativePath()"
desc: "Get the relativePath property: The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs."
returns:
description: "the relativePath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.uri()"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.uri()"
name: "uri()"
nameWithType: "TemplateLink.uri()"
summary: "Get the uri property: The URI of the template to deploy."
syntax: "public String uri()"
desc: "Get the uri property: The URI of the template to deploy. Use either the uri or id property, but not both."
returns:
description: "the uri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.validate()"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.validate()"
name: "validate()"
nameWithType: "TemplateLink.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.withContentVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.withContentVersion(String contentVersion)"
name: "withContentVersion(String contentVersion)"
nameWithType: "TemplateLink.withContentVersion(String contentVersion)"
summary: "Set the content<wbr>Version property: If included, must match the Content<wbr>Version in the template."
parameters:
- description: "the contentVersion value to set."
name: "contentVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TemplateLink withContentVersion(String contentVersion)"
desc: "Set the contentVersion property: If included, must match the ContentVersion in the template."
returns:
description: "the TemplateLink object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.TemplateLink?alt=com.azure.resourcemanager.resources.models.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.withId(String id)"
name: "withId(String id)"
nameWithType: "TemplateLink.withId(String id)"
summary: "Set the id property: The resource id of a Template Spec."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TemplateLink withId(String id)"
desc: "Set the id property: The resource id of a Template Spec. Use either the id or uri property, but not both."
returns:
description: "the TemplateLink object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.TemplateLink?alt=com.azure.resourcemanager.resources.models.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.withQueryString(java.lang.String)"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.withQueryString(String queryString)"
name: "withQueryString(String queryString)"
nameWithType: "TemplateLink.withQueryString(String queryString)"
summary: "Set the query<wbr>String property: The query string (for example, a SAS token) to be used with the template<wbr>Link URI."
parameters:
- description: "the queryString value to set."
name: "queryString"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TemplateLink withQueryString(String queryString)"
desc: "Set the queryString property: The query string (for example, a SAS token) to be used with the templateLink URI."
returns:
description: "the TemplateLink object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.TemplateLink?alt=com.azure.resourcemanager.resources.models.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.withRelativePath(java.lang.String)"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.withRelativePath(String relativePath)"
name: "withRelativePath(String relativePath)"
nameWithType: "TemplateLink.withRelativePath(String relativePath)"
summary: "Set the relative<wbr>Path property: The relative<wbr>Path property can be used to deploy a linked template at a location relative to the parent."
parameters:
- description: "the relativePath value to set."
name: "relativePath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TemplateLink withRelativePath(String relativePath)"
desc: "Set the relativePath property: The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs."
returns:
description: "the TemplateLink object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.TemplateLink?alt=com.azure.resourcemanager.resources.models.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.TemplateLink.withUri(java.lang.String)"
fullName: "com.azure.resourcemanager.resources.models.TemplateLink.withUri(String uri)"
name: "withUri(String uri)"
nameWithType: "TemplateLink.withUri(String uri)"
summary: "Set the uri property: The URI of the template to deploy."
parameters:
- description: "the uri value to set."
name: "uri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TemplateLink withUri(String uri)"
desc: "Set the uri property: The URI of the template to deploy. Use either the uri or id property, but not both."
returns:
description: "the TemplateLink object itself."
type: "<xref href=\"com.azure.resourcemanager.resources.models.TemplateLink?alt=com.azure.resourcemanager.resources.models.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Entity representing the reference to the template."
metadata: {}
package: "com.azure.resourcemanager.resources.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.24.0