Package com.azure.resourcemanager.resources.fluentcore.arm.collection
This package contains the base class for resource collections.
-
Interface Summary Interface Description SupportsBatchDeletion Provides access to deleting multiple resources from Azure, identifying them by their IDs.SupportsDeletingByParent Provides access to getting a specific Azure resource based on its resource group and parent.SupportsDeletingByResourceGroup Provides access to deleting a resource from Azure, identifying it by its name and its resource group.SupportsGettingById<T> Provides access to getting a specific Azure resource based on its resource ID.SupportsGettingByName<T> Provides access to getting a specific Azure resource based on its name within the current resource group.SupportsGettingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT> Provides access to getting a specific Azure resource based on its resource group and parent.SupportsGettingByResourceGroup<T> Provides access to getting a specific Azure resource based on its name and resource group.SupportsListingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT> Provides access to listing Azure resources of a specific type in a specific parent resource.SupportsListingByResourceGroup<T> Provides access to listing Azure resources of a specific type in a specific resource group.SupportsListingInResourceGroupByTag<T> Provides access to listing Azure resources of a specific type based on their tag.