你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
资源组名称。