| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Deployment.Definition
Container interface for all the deployment definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.DefinitionStages.WithMode |
Deployment.DefinitionStages.WithParameters.withParameters(Object parameters)
Specifies the parameters as a Java object.
|
Deployment.DefinitionStages.WithMode |
Deployment.DefinitionStages.WithParameters.withParameters(String parametersJson)
Specifies the parameters as a JSON string.
|
Deployment.DefinitionStages.WithMode |
Deployment.DefinitionStages.WithParameters.withParametersLink(String uri,
String contentVersion)
Specifies the parameters as a URL.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/