LinkedStorageAccounts interface
代表LinkedStorageAccounts的介面。
方法
| create |
建立或更新目前工作區與特定數據源類型的記憶體帳戶群組之間的連結關聯性。 |
| delete(string, string, Data |
刪除與指定工作區相關聯之特定數據源類型的所有連結記憶體帳戶。 |
| get(string, string, Data |
取得與指定工作區相關聯之特定數據源類型的所有連結記憶體帳戶。 |
| list |
取得與指定工作區相關聯的所有連結記憶體帳戶,記憶體帳戶會依其數據源類型排序。 |
方法詳細資料
createOrUpdate(string, string, DataSourceType, LinkedStorageAccountsResource, LinkedStorageAccountsCreateOrUpdateOptionalParams)
建立或更新目前工作區與特定數據源類型的記憶體帳戶群組之間的連結關聯性。
function createOrUpdate(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, parameters: LinkedStorageAccountsResource, options?: LinkedStorageAccountsCreateOrUpdateOptionalParams): Promise<LinkedStorageAccountsResource>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
- dataSourceType
- DataSourceType
連結的記憶體帳戶類型。
- parameters
- LinkedStorageAccountsResource
建立或更新連結記憶體帳戶所需的參數。
選項參數。
傳回
Promise<LinkedStorageAccountsResource>
delete(string, string, DataSourceType, LinkedStorageAccountsDeleteOptionalParams)
刪除與指定工作區相關聯之特定數據源類型的所有連結記憶體帳戶。
function delete(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, options?: LinkedStorageAccountsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
- dataSourceType
- DataSourceType
連結的記憶體帳戶類型。
選項參數。
傳回
Promise<void>
get(string, string, DataSourceType, LinkedStorageAccountsGetOptionalParams)
取得與指定工作區相關聯之特定數據源類型的所有連結記憶體帳戶。
function get(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, options?: LinkedStorageAccountsGetOptionalParams): Promise<LinkedStorageAccountsResource>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
- dataSourceType
- DataSourceType
連結的記憶體帳戶類型。
選項參數。
傳回
Promise<LinkedStorageAccountsResource>
listByWorkspace(string, string, LinkedStorageAccountsListByWorkspaceOptionalParams)
取得與指定工作區相關聯的所有連結記憶體帳戶,記憶體帳戶會依其數據源類型排序。
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: LinkedStorageAccountsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedStorageAccountsResource, LinkedStorageAccountsResource[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
選項參數。