| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateLink |
DeploymentPropertiesExtended.templateLink()
Get the URI referencing the template.
|
TemplateLink |
DeploymentProperties.templateLink()
Get the URI of the template.
|
TemplateLink |
Deployment.templateLink() |
TemplateLink |
TemplateLink.withContentVersion(String contentVersion)
Set if included, must match the ContentVersion in the template.
|
TemplateLink |
TemplateLink.withId(String id)
Set the resource id of a Template Spec.
|
TemplateLink |
TemplateLink.withRelativePath(String relativePath)
Set applicable only if this template link references a Template Spec.
|
TemplateLink |
TemplateLink.withUri(String uri)
Set the URI of the template to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentProperties |
DeploymentProperties.withTemplateLink(TemplateLink templateLink)
Set the URI of the template.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/