Uses of Class
com.azure.resourcemanager.resources.models.DeploymentStacksTemplateLink
Packages that use DeploymentStacksTemplateLink
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentStacksTemplateLink in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DeploymentStacksTemplateLinkModifier and TypeMethodDescriptionDeploymentStackInner.templateLink()Get the templateLink property: The URI of the template.DeploymentStackProperties.templateLink()Get the templateLink property: The URI of the template.DeploymentStackTemplateDefinitionInner.templateLink()Get the templateLink property: The URI of the template.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type DeploymentStacksTemplateLinkModifier and TypeMethodDescriptionDeploymentStackInner.withTemplateLink(DeploymentStacksTemplateLink templateLink) Set the templateLink property: The URI of the template.DeploymentStackProperties.withTemplateLink(DeploymentStacksTemplateLink templateLink) Set the templateLink property: The URI of the template.DeploymentStackTemplateDefinitionInner.withTemplateLink(DeploymentStacksTemplateLink templateLink) Set the templateLink property: The URI of the template. -
Uses of DeploymentStacksTemplateLink in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type DeploymentStacksTemplateLinkModifier and TypeClassDescriptionfinal classEntity representing the reference to the template.Methods in com.azure.resourcemanager.resources.models that return DeploymentStacksTemplateLinkModifier and TypeMethodDescriptionstatic DeploymentStacksTemplateLinkDeploymentStacksTemplateLink.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentStacksTemplateLink from the JsonReader.DeploymentStackValidateProperties.templateLink()Get the templateLink property: The URI of the template.DeploymentStacksTemplateLink.withContentVersion(String contentVersion) Set the contentVersion property: If included, must match the ContentVersion in the template.Set the id property: The resourceId of a Template Spec.DeploymentStacksTemplateLink.withQueryString(String queryString) Set the queryString property: The query string (for example, a SAS token) to be used with the templateLink URI.DeploymentStacksTemplateLink.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 DeploymentStacksTemplateLinkModifier and TypeMethodDescriptionDeploymentStackValidateProperties.withTemplateLink(DeploymentStacksTemplateLink templateLink) Set the templateLink property: The URI of the template.