共用方式為


ArmDeploymentProperties.TemplateLink Property

Definition

The URI of the template. Use either the templateLink property or the template property, but not both.

public Azure.Provisioning.Resources.ArmDeploymentTemplateLink TemplateLink { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.Resources.ArmDeploymentTemplateLink> TemplateLink { get; set; }
member this.TemplateLink : Azure.Provisioning.Resources.ArmDeploymentTemplateLink with get, set
member this.TemplateLink : Azure.Provisioning.BicepValue<Azure.Provisioning.Resources.ArmDeploymentTemplateLink> with get, set
Public Property TemplateLink As ArmDeploymentTemplateLink
Public Property TemplateLink As BicepValue(Of ArmDeploymentTemplateLink)

Property Value

Applies to