你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAccountCredentials interface

表示 StorageAccountCredentials 的接口。

方法

beginCreateOrUpdate(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

创建或更新存储帐户凭据。

beginCreateOrUpdateAndWait(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

创建或更新存储帐户凭据。

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

删除存储帐户凭据。

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

删除存储帐户凭据。

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

获取指定存储帐户凭据名称的属性。

listByManager(string, string, StorageAccountCredentialsListByManagerOptionalParams)

获取管理器中的所有存储帐户凭据。

方法详细信息

beginCreateOrUpdate(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

创建或更新存储帐户凭据。

function beginCreateOrUpdate(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, parameters: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountCredential>, StorageAccountCredential>>

参数

storageAccountCredentialName

string

存储帐户凭据名称。

resourceGroupName

string

资源组名称

managerName

string

经理名称

parameters
StorageAccountCredential

要添加或更新的存储帐户凭据。

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageAccountCredential>, StorageAccountCredential>>

beginCreateOrUpdateAndWait(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

创建或更新存储帐户凭据。

function beginCreateOrUpdateAndWait(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, parameters: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<StorageAccountCredential>

参数

storageAccountCredentialName

string

存储帐户凭据名称。

resourceGroupName

string

资源组名称

managerName

string

经理名称

parameters
StorageAccountCredential

要添加或更新的存储帐户凭据。

返回

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

删除存储帐户凭据。

function beginDelete(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

参数

storageAccountCredentialName

string

存储帐户凭据的名称。

resourceGroupName

string

资源组名称

managerName

string

经理名称

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

删除存储帐户凭据。

function beginDeleteAndWait(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<void>

参数

storageAccountCredentialName

string

存储帐户凭据的名称。

resourceGroupName

string

资源组名称

managerName

string

经理名称

返回

Promise<void>

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

获取指定存储帐户凭据名称的属性。

function get(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsGetOptionalParams): Promise<StorageAccountCredential>

参数

storageAccountCredentialName

string

要提取的存储帐户凭据的名称。

resourceGroupName

string

资源组名称

managerName

string

经理名称

返回

listByManager(string, string, StorageAccountCredentialsListByManagerOptionalParams)

获取管理器中的所有存储帐户凭据。

function listByManager(resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsListByManagerOptionalParams): PagedAsyncIterableIterator<StorageAccountCredential, StorageAccountCredential[], PageSettings>

参数

resourceGroupName

string

资源组名称

managerName

string

经理名称

返回