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

132 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.TemplateLink"
fullName: "com.microsoft.azure.management.resources.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: "<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 **TemplateLink**"
constructors:
- uid: "com.microsoft.azure.management.resources.TemplateLink.TemplateLink()"
fullName: "com.microsoft.azure.management.resources.TemplateLink.TemplateLink()"
name: "TemplateLink()"
nameWithType: "TemplateLink.TemplateLink()"
syntax: "public TemplateLink()"
methods:
- uid: "com.microsoft.azure.management.resources.TemplateLink.contentVersion()"
fullName: "com.microsoft.azure.management.resources.TemplateLink.contentVersion()"
name: "contentVersion()"
nameWithType: "TemplateLink.contentVersion()"
summary: "Get if included, must match the Content<wbr>Version in the template."
syntax: "public String contentVersion()"
desc: "Get if included, must match the ContentVersion in the template."
returns:
description: "the contentVersion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.TemplateLink.id()"
fullName: "com.microsoft.azure.management.resources.TemplateLink.id()"
name: "id()"
nameWithType: "TemplateLink.id()"
summary: "Get the resource id of a Template Spec."
syntax: "public String id()"
desc: "Get the resource id of a Template Spec. Use either the id or uri property, but not both."
returns:
description: "the id value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.TemplateLink.relativePath()"
fullName: "com.microsoft.azure.management.resources.TemplateLink.relativePath()"
name: "relativePath()"
nameWithType: "TemplateLink.relativePath()"
summary: "Get applicable only if this template link references a Template Spec."
syntax: "public String relativePath()"
desc: "Get applicable only if this template link references a Template Spec. This relativePath property can optionally be used to reference a Template Spec artifact by path."
returns:
description: "the relativePath value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.TemplateLink.uri()"
fullName: "com.microsoft.azure.management.resources.TemplateLink.uri()"
name: "uri()"
nameWithType: "TemplateLink.uri()"
summary: "Get the URI of the template to deploy."
syntax: "public String uri()"
desc: "Get the URI of the template to deploy. Use either the uri or id property, but not both."
returns:
description: "the uri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.TemplateLink.withContentVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.TemplateLink.withContentVersion(String contentVersion)"
name: "withContentVersion(String contentVersion)"
nameWithType: "TemplateLink.withContentVersion(String contentVersion)"
summary: "Set if included, must match the Content<wbr>Version in the template."
parameters:
- description: "the contentVersion value to set"
name: "contentVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TemplateLink withContentVersion(String contentVersion)"
desc: "Set if included, must match the ContentVersion in the template."
returns:
description: "the TemplateLink object itself."
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.TemplateLink.withId(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.TemplateLink.withId(String id)"
name: "withId(String id)"
nameWithType: "TemplateLink.withId(String id)"
summary: "Set the resource id of a Template Spec."
parameters:
- description: "the id value to set"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TemplateLink withId(String id)"
desc: "Set 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.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.TemplateLink.withRelativePath(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.TemplateLink.withRelativePath(String relativePath)"
name: "withRelativePath(String relativePath)"
nameWithType: "TemplateLink.withRelativePath(String relativePath)"
summary: "Set applicable only if this template link references a Template Spec."
parameters:
- description: "the relativePath value to set"
name: "relativePath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TemplateLink withRelativePath(String relativePath)"
desc: "Set applicable only if this template link references a Template Spec. This relativePath property can optionally be used to reference a Template Spec artifact by path."
returns:
description: "the TemplateLink object itself."
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.TemplateLink.withUri(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.TemplateLink.withUri(String uri)"
name: "withUri(String uri)"
nameWithType: "TemplateLink.withUri(String uri)"
summary: "Set the URI of the template to deploy."
parameters:
- description: "the uri value to set"
name: "uri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TemplateLink withUri(String uri)"
desc: "Set 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.microsoft.azure.management.resources.TemplateLink?alt=com.microsoft.azure.management.resources.TemplateLink&text=TemplateLink\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Entity representing the reference to the template."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4