Uses of Class
com.azure.resourcemanager.resources.models.TemplateLink
Packages that use TemplateLink
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of TemplateLink in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type TemplateLinkModifier and TypeClassDescriptionfinal classEntity representing the reference to the template.Methods in com.azure.resourcemanager.resources.models that return TemplateLinkModifier and TypeMethodDescriptionstatic TemplateLinkTemplateLink.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TemplateLink from the JsonReader.Deployment.templateLink()Gets the URI referencing the template.DeploymentProperties.templateLink()Get the templateLink property: The URI of the template.DeploymentPropertiesExtended.templateLink()Get the templateLink property: The URI referencing the template.TemplateLink.withContentVersion(String contentVersion) Set the contentVersion property: If included, must match the ContentVersion in the template.Set the id property: The resource id of a Template Spec.TemplateLink.withQueryString(String queryString) Set the queryString property: The query string (for example, a SAS token) to be used with the templateLink URI.TemplateLink.withRelativePath(String relativePath) Set the relativePath property: The relativePath property can be used to deploy a linked template at a location relative to the parent.Set the uri property: The URI of the template to deploy.Methods in com.azure.resourcemanager.resources.models with parameters of type TemplateLinkModifier and TypeMethodDescriptionDeploymentProperties.withTemplateLink(TemplateLink templateLink) Set the templateLink property: The URI of the template.DeploymentWhatIfProperties.withTemplateLink(TemplateLink templateLink) Set the templateLink property: The URI of the template.