com.microsoft.azure.management.resources.fluentcore.arm.collection
This package contains the base class for resource collections.
Interfaces
SupportsBatchDeletion |
Provides access to deleting multiple resource from Azure, identifying them by their IDs. (Note this interface is not intended to be implemented by user code.) |
SupportsDeletingByParent |
Provides access to getting a specific Azure resource based on its resource group and parent. (Note this interface is not intended to be implemented by user code.) |
SupportsDeletingByResourceGroup |
Provides access to deleting a resource from Azure, identifying it by its name and its resource group. (Note this interface is not intended to be implemented by user code.) |
SupportsGettingById<T> |
Provides access to getting a specific Azure resource based on its resource ID. (Note this interface is not intended to be implemented by user code.) |
SupportsGettingByName<T> |
Provides access to getting a specific Azure resource based on its name within the current resource group. (Note this interface is not intended to be implemented by user code.) |
SupportsGettingByNameAsync<T> |
Provides access to getting a specific resource based on its name. (Note this interface is not intended to be implemented by user code.) |
SupportsGettingByParent<T,ParentT,ManagerT> |
Provides access to getting a specific Azure resource based on its resource group and parent. (Note this interface is not intended to be implemented by user code.) |
SupportsGettingByResourceGroup<T> |
Provides access to getting a specific Azure resource based on its name and resource group. (Note this interface is not intended to be implemented by user code.) |
SupportsListingByParent<T,ParentT,ManagerT> |
Provides access to listing Azure resources of a specific type in a specific parent resource. (Note this interface is not intended to be implemented by user code.) |
SupportsListingByResourceGroup<T> |
Provides access to listing Azure resources of a specific type in a specific resource group. (Note this interface is not intended to be implemented by user code.) |
SupportsListingInResourceGroupByTag<T> |
Provides access to listing Azure resources of a specific type based on their tag. (Note: this interface is not intended to be implemented by user code) |
Azure SDK for Java