Class TemplateLinkResponse


  • public final class TemplateLinkResponse
    extends java.lang.Object
    • 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.