| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateLink |
DeploymentPropertiesExtended.templateLink()
Get the templateLink property: The URI referencing the template.
|
TemplateLink |
Deployment.templateLink() |
TemplateLink |
DeploymentProperties.templateLink()
Get the templateLink property: The URI of the template.
|
TemplateLink |
TemplateLink.withContentVersion(String contentVersion)
Set the contentVersion property: If included, must match the ContentVersion in the template.
|
TemplateLink |
TemplateLink.withId(String id)
Set the id property: The resource id of a Template Spec.
|
TemplateLink |
TemplateLink.withRelativePath(String relativePath)
Set the relativePath property: Applicable only if this template link references a Template Spec.
|
TemplateLink |
TemplateLink.withUri(String uri)
Set the uri property: The URI of the template to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentWhatIfProperties |
DeploymentWhatIfProperties.withTemplateLink(TemplateLink templateLink)
Set the templateLink property: The URI of the template.
|
DeploymentProperties |
DeploymentProperties.withTemplateLink(TemplateLink templateLink)
Set the templateLink property: The URI of the template.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.