See: Description
| Interface | Description |
|---|---|
| InnerSupportsDelete<ResponseT> |
Provides access to deleting 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.
|
| SupportsListingByFilter<T> |
Provides access to listing Azure resources of a specific type filtered based on OData syntax.
|
| 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.
|
| SupportsListingPrivateEndpointConnection |
Provides access to listing Private endpoint connections to an Azure resource.
|
| SupportsListingPrivateLinkResource |
Provides access to listing Private link resources for an Azure resource.
|
| SupportsUpdatingPrivateEndpointConnection |
Provides access to update a private endpoint connection.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.