com.microsoft.azure.management.resources.fluentcore.collection
This package contains the base class for resource collections.
Interfaces
InnerSupportsDelete<ResponseT> |
Provides access to delete Azure resources of a specific type in a subscription. |
InnerSupportsGet<InnerT> |
Provides access to listing Azure resources of a specific type in a subscription. |
InnerSupportsListing<InnerT> |
Provides access to listing Azure resources of a specific type in a subscription. |
SupportsBatchCreation<ResourceT> |
Providing access to creating a batch of Azure top level resources of same type. |
SupportsBeginDeletingByName |
Provides access to deleting a resource from Azure, identifying it by its resource ID. |
SupportsCreating<T> |
Providing access to creating Azure top level resources. |
SupportsDeletingById |
Provides access to deleting a resource from Azure, identifying it by its resource ID. |
SupportsDeletingByName |
Provides access to deleting a resource from Azure, identifying it by its resource name. |
SupportsListing<T> |
Provides access to listing Azure resources of a specific type in a subscription. |
SupportsListingByRegion<T> |
Provides access to listing Azure resources of a specific type based on their region. |
SupportsListingByTag<T> |
Provides access to listing Azure resources of a specific type based on their tag. |
Azure SDK for Java