Class TemplateLinkResponse
- java.lang.Object
-
- com.pulumi.azurenative.resources.outputs.TemplateLinkResponse
-
public final class TemplateLinkResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TemplateLinkResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TemplateLinkResponse.Builder
builder()
static TemplateLinkResponse.Builder
builder(TemplateLinkResponse defaults)
java.util.Optional<java.lang.String>
contentVersion()
java.util.Optional<java.lang.String>
id()
java.util.Optional<java.lang.String>
queryString()
java.util.Optional<java.lang.String>
relativePath()
java.util.Optional<java.lang.String>
uri()
-
-
-
Method Detail
-
contentVersion
public java.util.Optional<java.lang.String> contentVersion()
- Returns:
- If included, must match the ContentVersion in the template.
-
id
public java.util.Optional<java.lang.String> id()
- Returns:
- The resource id of a Template Spec. Use either the id or uri property, but not both.
-
queryString
public java.util.Optional<java.lang.String> queryString()
- Returns:
- The query string (for example, a SAS token) to be used with the templateLink URI.
-
relativePath
public java.util.Optional<java.lang.String> relativePath()
- Returns:
- 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
-
uri
public java.util.Optional<java.lang.String> uri()
- Returns:
- The URI of the template to deploy. Use either the uri or id property, but not both.
-
builder
public static TemplateLinkResponse.Builder builder()
-
builder
public static TemplateLinkResponse.Builder builder(TemplateLinkResponse defaults)
-
-