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