Uses of Enum Class
com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of ResourceGroupExportTemplateOptions in com.microsoft.azure.management.resources
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ResourceGroupExportTemplateOptions[]
ResourceGroupExportTemplateOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionResourceGroup.exportTemplate
(ResourceGroupExportTemplateOptions options) Captures the specified resource group as a template.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.