See: Description
| Interface | Description |
|---|---|
| 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 extends Indexable> |
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.
|
Copyright © 2019. All rights reserved.