| 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.
|
ServiceFuture<ResourceGroupExportResult> |
ResourceGroup.exportTemplateAsync(ResourceGroupExportTemplateOptions options,
ServiceCallback<ResourceGroupExportResult> callback)
Captures the specified resource group as a template asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceFuture<ResourceGroupExportResult> |
ResourceGroup.exportTemplateAsync(ResourceGroupExportTemplateOptions options,
ServiceCallback<ResourceGroupExportResult> callback)
Captures the specified resource group as a template asynchronously.
|
Copyright © 2019. All rights reserved.