Uses of Enum
com.azure.resourcemanager.resources.models.ResourceGroupExportTemplateOptions
Packages that use ResourceGroupExportTemplateOptions
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ResourceGroupExportTemplateOptions in com.azure.resourcemanager.resources.models
Subclasses with type arguments of type ResourceGroupExportTemplateOptions in com.azure.resourcemanager.resources.modelsModifier and TypeClassDescriptionenumThe export template options.Methods in com.azure.resourcemanager.resources.models that return ResourceGroupExportTemplateOptionsModifier and TypeMethodDescriptionReturns 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.azure.resourcemanager.resources.models with parameters of type ResourceGroupExportTemplateOptionsModifier and TypeMethodDescriptionResourceGroup.exportTemplate(ResourceGroupExportTemplateOptions options) Captures the specified resource group as a template.ResourceGroup.exportTemplateAsync(ResourceGroupExportTemplateOptions options) Captures the specified resource group as a template asynchronously.