See: Description
| Interface | Description |
|---|---|
| SupportsBatchDeletion |
Provides access to deleting multiple resource from Azure, identifying them by their IDs.
|
| SupportsDeletingByParent |
Provides access to getting a specific Azure resource based on its resource group and parent.
|
| SupportsDeletingByResourceGroup |
Provides access to deleting a resource from Azure, identifying it by its name and its resource group.
|
| SupportsGettingById<T> |
Provides access to getting a specific Azure resource based on its resource ID.
|
| SupportsGettingByName<T> |
Provides access to getting a specific Azure resource based on its name within the current resource group.
|
| SupportsGettingByNameAsync<T> |
Provides access to getting a specific resource based on its name.
|
| SupportsGettingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT> |
Provides access to getting a specific Azure resource based on its resource group and parent.
|
| SupportsGettingByResourceGroup<T> |
Provides access to getting a specific Azure resource based on its name and resource group.
|
| SupportsListingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT> |
Provides access to listing Azure resources of a specific type in a specific parent resource.
|
| SupportsListingByResourceGroup<T> |
Provides access to listing Azure resources of a specific type in a specific resource group.
|
| SupportsListingInResourceGroupByTag<T> |
Provides access to listing Azure resources of a specific type based on their tag.
|
Copyright © 2019. All rights reserved.