StorageAccountCredentials interface
代表 StorageAccountCredentials 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)
建立或更新儲存體帳號憑證。
function beginCreateOrUpdate(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountCredential>, StorageAccountCredential>>
參數
- deviceName
-
string
裝置名稱。
- name
-
string
儲存體帳號憑證名稱。
- resourceGroupName
-
string
資源群組名稱。
- storageAccountCredential
- StorageAccountCredential
儲存體帳號憑證。
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<StorageAccountCredential>, StorageAccountCredential>>
beginCreateOrUpdateAndWait(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)
建立或更新儲存體帳號憑證。
function beginCreateOrUpdateAndWait(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<StorageAccountCredential>
參數
- deviceName
-
string
裝置名稱。
- name
-
string
儲存體帳號憑證名稱。
- resourceGroupName
-
string
資源群組名稱。
- storageAccountCredential
- StorageAccountCredential
儲存體帳號憑證。
選項參數。
傳回
Promise<StorageAccountCredential>
beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)
刪除儲存體帳號憑證。
function beginDelete(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
參數
- deviceName
-
string
裝置名稱。
- name
-
string
儲存體帳號憑證名稱。
- resourceGroupName
-
string
資源群組名稱。
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)
刪除儲存體帳號憑證。
function beginDeleteAndWait(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<void>
參數
- deviceName
-
string
裝置名稱。
- name
-
string
儲存體帳號憑證名稱。
- resourceGroupName
-
string
資源群組名稱。
選項參數。
傳回
Promise<void>
get(string, string, string, StorageAccountCredentialsGetOptionalParams)
取得指定之儲存體帳號憑證的屬性。
function get(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsGetOptionalParams): Promise<StorageAccountCredential>
參數
- deviceName
-
string
裝置名稱。
- name
-
string
儲存體帳號憑證名稱。
- resourceGroupName
-
string
資源群組名稱。
選項參數。
傳回
Promise<StorageAccountCredential>
listByDataBoxEdgeDevice(string, string, StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams)
取得 Data Box Edge/Data Box Gateway 裝置中的所有儲存體帳號憑證。
function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<StorageAccountCredential, StorageAccountCredential[], PageSettings>
參數
- deviceName
-
string
裝置名稱。
- resourceGroupName
-
string
資源群組名稱。