StorageAccountCredentials interface

Interface representing a StorageAccountCredentials.

Methods

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

Creates or updates the storage account credential

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

Creates or updates the storage account credential

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Deletes the storage account credential

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Deletes the storage account credential

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

Returns the properties of the specified storage account credential name.

listByManager(string, string, StorageAccountCredentialsListByManagerOptionalParams)

Retrieves all the storage account credentials in a manager.

Method Details

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

Creates or updates the storage account credential

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

Parameters

credentialName

string

The credential name.

resourceGroupName

string

The resource group name

managerName

string

The manager name

storageAccount
StorageAccountCredential

The storage account credential to be added or updated.

Returns

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

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

Creates or updates the storage account credential

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

Parameters

credentialName

string

The credential name.

resourceGroupName

string

The resource group name

managerName

string

The manager name

storageAccount
StorageAccountCredential

The storage account credential to be added or updated.

Returns

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Deletes the storage account credential

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

Parameters

credentialName

string

The name of the storage account credential.

resourceGroupName

string

The resource group name

managerName

string

The manager name

options
StorageAccountCredentialsDeleteOptionalParams

The options parameters.

Returns

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

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Deletes the storage account credential

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

Parameters

credentialName

string

The name of the storage account credential.

resourceGroupName

string

The resource group name

managerName

string

The manager name

options
StorageAccountCredentialsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

Returns the properties of the specified storage account credential name.

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

Parameters

credentialName

string

The name of storage account credential to be fetched.

resourceGroupName

string

The resource group name

managerName

string

The manager name

options
StorageAccountCredentialsGetOptionalParams

The options parameters.

Returns

listByManager(string, string, StorageAccountCredentialsListByManagerOptionalParams)

Retrieves all the storage account credentials in a manager.

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

Parameters

resourceGroupName

string

The resource group name

managerName

string

The manager name

Returns