| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models 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.WithParameters |
Deployment.DefinitionStages.WithTemplate.withTemplate(Object template)
Specifies the template as a Java object.
|
Deployment.DefinitionStages.WithParameters |
Deployment.DefinitionStages.WithTemplate.withTemplate(String templateJson)
Specifies the template as a JSON string.
|
Deployment.DefinitionStages.WithParameters |
Deployment.DefinitionStages.WithTemplate.withTemplateLink(String uri,
String contentVersion)
Specifies the template as a URL.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.