| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentExportResultInner |
DeploymentsClient.exportTemplate(String resourceGroupName,
String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExportResultInner |
DeploymentsClient.exportTemplateAtManagementGroupScope(String groupId,
String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExportResultInner |
DeploymentsClient.exportTemplateAtScope(String scope,
String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExportResultInner |
DeploymentsClient.exportTemplateAtSubscriptionScope(String deploymentName)
Exports the template used for specified deployment.
|
DeploymentExportResultInner |
DeploymentsClient.exportTemplateAtTenantScope(String deploymentName)
Exports the template used for specified deployment.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentExportResultInner |
DeploymentExportResultInner.withTemplate(Object template)
Set the template property: The template content.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.