LinkedStorageAccountsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for LinkedStorageAccountsOperations.
public static class LinkedStorageAccountsOperationsExtensions
type LinkedStorageAccountsOperationsExtensions = class
Public Module LinkedStorageAccountsOperationsExtensions
- Inheritance
-
LinkedStorageAccountsOperationsExtensions
Methods
CreateOrUpdate(ILinkedStorageAccountsOperations, String, String, DataSourceType, IList<String>) |
Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type. |
CreateOrUpdateAsync(ILinkedStorageAccountsOperations, String, String, DataSourceType, IList<String>, CancellationToken) |
Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type. |
Delete(ILinkedStorageAccountsOperations, String, String, DataSourceType) |
Deletes all linked storage accounts of a specific data source type associated with the specified workspace. |
DeleteAsync(ILinkedStorageAccountsOperations, String, String, DataSourceType, CancellationToken) |
Deletes all linked storage accounts of a specific data source type associated with the specified workspace. |
Get(ILinkedStorageAccountsOperations, String, String, DataSourceType) |
Gets all linked storage account of a specific data source type associated with the specified workspace. |
GetAsync(ILinkedStorageAccountsOperations, String, String, DataSourceType, CancellationToken) |
Gets all linked storage account of a specific data source type associated with the specified workspace. |
ListByWorkspace(ILinkedStorageAccountsOperations, String, String) |
Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type. |
ListByWorkspaceAsync(ILinkedStorageAccountsOperations, String, String, CancellationToken) |
Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type. |
Applies to
Azure SDK for .NET