Uses of Class
com.microsoft.azure.management.resources.TemplateLink
-
Packages that use TemplateLink Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of TemplateLink in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return TemplateLink Modifier and Type Method Description TemplateLinkDeployment. templateLink()TemplateLinkDeploymentProperties. templateLink()Get the templateLink value.TemplateLinkDeploymentPropertiesExtended. templateLink()Get the templateLink value.TemplateLinkTemplateLink. withContentVersion(String contentVersion)Set the contentVersion value.TemplateLinkTemplateLink. withUri(String uri)Set the uri value.Methods in com.microsoft.azure.management.resources with parameters of type TemplateLink Modifier and Type Method Description DeploymentPropertiesDeploymentProperties. withTemplateLink(TemplateLink templateLink)Set the templateLink value.DeploymentPropertiesExtendedDeploymentPropertiesExtended. withTemplateLink(TemplateLink templateLink)Set the templateLink value.
-