| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ParametersLink |
DeploymentPropertiesExtended.parametersLink()
Get the URI referencing the parameters.
|
ParametersLink |
DeploymentProperties.parametersLink()
Get the URI of parameters file.
|
ParametersLink |
Deployment.parametersLink() |
ParametersLink |
ParametersLink.withContentVersion(String contentVersion)
Set if included, must match the ContentVersion in the template.
|
ParametersLink |
ParametersLink.withUri(String uri)
Set the URI of the parameters file.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentProperties |
DeploymentProperties.withParametersLink(ParametersLink parametersLink)
Set the URI of parameters file.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/