ILinkedStorageAccountsOperations Interface
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.
LinkedStorageAccountsOperations operations.
public interface ILinkedStorageAccountsOperations
type ILinkedStorageAccountsOperations = interface
Public Interface ILinkedStorageAccountsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, DataSourceType, IList<String>, Dictionary<String,List<String>>, CancellationToken) |
Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type. |
DeleteWithHttpMessagesAsync(String, String, DataSourceType, Dictionary<String,List<String>>, CancellationToken) |
Deletes all linked storage accounts of a specific data source type associated with the specified workspace. |
GetWithHttpMessagesAsync(String, String, DataSourceType, Dictionary<String,List<String>>, CancellationToken) |
Gets all linked storage account of a specific data source type associated with the specified workspace. |
ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type. |
Extension 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