public class TemplateLink extends Object
| Constructor and Description |
|---|
TemplateLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentVersion()
Get if included, must match the ContentVersion in the template.
|
String |
id()
Get the resource id of a Template Spec.
|
String |
relativePath()
Get applicable only if this template link references a Template Spec.
|
String |
uri()
Get the URI of the template to deploy.
|
TemplateLink |
withContentVersion(String contentVersion)
Set if included, must match the ContentVersion in the template.
|
TemplateLink |
withId(String id)
Set the resource id of a Template Spec.
|
TemplateLink |
withRelativePath(String relativePath)
Set applicable only if this template link references a Template Spec.
|
TemplateLink |
withUri(String uri)
Set the URI of the template to deploy.
|
public String uri()
public TemplateLink withUri(String uri)
uri - the uri value to setpublic String id()
public TemplateLink withId(String id)
id - the id value to setpublic String relativePath()
public TemplateLink withRelativePath(String relativePath)
relativePath - the relativePath value to setpublic String contentVersion()
public TemplateLink withContentVersion(String contentVersion)
contentVersion - the contentVersion value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/