LinkedStorageAccountsClient Interface
public interface LinkedStorageAccountsClient
An instance of this class provides access to all the operations defined in LinkedStorageAccountsClient.
Method Summary
Method Details
createOrUpdate
public abstract LinkedStorageAccountsResourceInner createOrUpdate(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, LinkedStorageAccountsResourceInner parameters)
Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<LinkedStorageAccountsResourceInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, LinkedStorageAccountsResourceInner parameters, Context context)
Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, DataSourceType dataSourceType)
Deletes all linked storage accounts of a specific data source type associated with the specified workspace.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, Context context)
Deletes all linked storage accounts of a specific data source type associated with the specified workspace.
Parameters:
Returns:
get
public abstract LinkedStorageAccountsResourceInner get(String resourceGroupName, String workspaceName, DataSourceType dataSourceType)
Gets all linked storage account of a specific data source type associated with the specified workspace.
Parameters:
Returns:
getWithResponse
public abstract Response<LinkedStorageAccountsResourceInner> getWithResponse(String resourceGroupName, String workspaceName, DataSourceType dataSourceType, Context context)
Gets all linked storage account of a specific data source type associated with the specified workspace.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<LinkedStorageAccountsResourceInner> listByWorkspace(String resourceGroupName, String workspaceName)
Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<LinkedStorageAccountsResourceInner> listByWorkspace(String resourceGroupName, String workspaceName, Context context)
Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.
Parameters:
Returns: