Uses of Interface
com.azure.resourcemanager.resources.models.ResourceGroupExportResult
-
Packages that use ResourceGroupExportResult Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ResourceGroupExportResult in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ResourceGroupExportResult Modifier and Type Method Description ResourceGroupExportResultResourceGroup. exportTemplate(ResourceGroupExportTemplateOptions options)Captures the specified resource group as a template.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ResourceGroupExportResult Modifier and Type Method Description Mono<ResourceGroupExportResult>ResourceGroup. exportTemplateAsync(ResourceGroupExportTemplateOptions options)Captures the specified resource group as a template asynchronously.
-