ArmDeploymentTemplateLink Class

Definition

Entity representing the reference to the template.

public class ArmDeploymentTemplateLink : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmDeploymentTemplateLink>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmDeploymentTemplateLink>
public class ArmDeploymentTemplateLink
type ArmDeploymentTemplateLink = class
    interface IJsonModel<ArmDeploymentTemplateLink>
    interface IPersistableModel<ArmDeploymentTemplateLink>
type ArmDeploymentTemplateLink = class
Public Class ArmDeploymentTemplateLink
Implements IJsonModel(Of ArmDeploymentTemplateLink), IPersistableModel(Of ArmDeploymentTemplateLink)
Public Class ArmDeploymentTemplateLink
Inheritance
ArmDeploymentTemplateLink
Implements

Constructors

ArmDeploymentTemplateLink()

Initializes a new instance of ArmDeploymentTemplateLink.

Properties

ContentVersion

If included, must match the ContentVersion in the template.

Id

The resource id of a Template Spec. Use either the id or uri property, but not both.

QueryString

The query string (for example, a SAS token) to be used with the templateLink URI.

RelativePath

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

The URI of the template to deploy. Use either the uri or id property, but not both.

Explicit Interface Implementations

IJsonModel<ArmDeploymentTemplateLink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArmDeploymentTemplateLink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmDeploymentTemplateLink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmDeploymentTemplateLink>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArmDeploymentTemplateLink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to