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.

(Note: this interface is not intended to be implemented by user code)

InnerSupportsGet<InnerT>

Provides access to listing Azure resources of a specific type in a subscription.

(Note: this interface is not intended to be implemented by user code)

InnerSupportsListing<InnerT>

Provides access to listing Azure resources of a specific type in a subscription.

(Note: this interface is not intended to be implemented by user code)

SupportsBatchCreation<ResourceT>

Providing access to creating a batch of Azure top level resources of same type.

(Note: this interface is not intended to be implemented by user code)

SupportsBeginDeletingByName

Provides access to deleting a resource from Azure, identifying it by its resource ID.

(Note: this interface is not intended to be implemented by user code)

SupportsCreating<T>

Providing access to creating Azure top level resources.

(Note: this interface is not intended to be implemented by user code)

SupportsDeletingById

Provides access to deleting a resource from Azure, identifying it by its resource ID.

(Note: this interface is not intended to be implemented by user code)

SupportsDeletingByName

Provides access to deleting a resource from Azure, identifying it by its resource name.

(Note: this interface is not intended to be implemented by user code)

SupportsListing<T>

Provides access to listing Azure resources of a specific type in a subscription.

(Note: this interface is not intended to be implemented by user code)

SupportsListingByRegion<T>

Provides access to listing Azure resources of a specific type based on their region.

(Note: this interface is not intended to be implemented by user code)

SupportsListingByTag<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)