Uses of Enum Class
com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions
Packages that use ResourceGroupExportTemplateOptions
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of ResourceGroupExportTemplateOptions in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return ResourceGroupExportTemplateOptionsModifier 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.Methods in com.microsoft.azure.management.resources with parameters of type ResourceGroupExportTemplateOptionsModifier 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.