| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentExportResult |
Deployment.exportTemplate()
Exports a deployment template.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DeploymentExportResult> |
Deployment.exportTemplateAsync()
Exports a deployment template asynchronously.
|
com.microsoft.rest.ServiceFuture<DeploymentExportResult> |
Deployment.exportTemplateAsync(com.microsoft.rest.ServiceCallback<DeploymentExportResult> callback)
Exports a deployment template asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<DeploymentExportResult> |
Deployment.exportTemplateAsync(com.microsoft.rest.ServiceCallback<DeploymentExportResult> callback)
Exports a deployment template asynchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/