Uses of Interface
com.microsoft.azure.management.resources.ResourceGroupExportResult
-
Packages that use ResourceGroupExportResult Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of ResourceGroupExportResult in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return ResourceGroupExportResult Modifier and Type Method Description ResourceGroupExportResultResourceGroup. exportTemplate(ResourceGroupExportTemplateOptions options)Captures the specified resource group as a template.Methods in com.microsoft.azure.management.resources that return types with arguments of type ResourceGroupExportResult Modifier and Type Method 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.Method parameters in com.microsoft.azure.management.resources with type arguments of type ResourceGroupExportResult Modifier and Type Method 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.
-