Uses of Class
com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions
-
Packages that use ResourceGroupExportTemplateOptions Package Description com.microsoft.azure.management.resources 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 ResourceGroupExportTemplateOptions Modifier and Type Method Description static ResourceGroupExportTemplateOptionsResourceGroupExportTemplateOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceGroupExportTemplateOptions[]ResourceGroupExportTemplateOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.resources with parameters of type ResourceGroupExportTemplateOptions Modifier and Type Method Description ResourceGroupExportResultResourceGroup. 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.
-