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)

Gets the properties of the specified storage account credential name.

listByManager(string, string, StorageAccountCredentialsListByManagerOptionalParams)

Gets 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(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, parameters: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountCredential>, StorageAccountCredential>>

Parameters

storageAccountCredentialName

string

The storage account credential name.

resourceGroupName

string

The resource group name

managerName

string

The manager name

parameters
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(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, parameters: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<StorageAccountCredential>

Parameters

storageAccountCredentialName

string

The storage account credential name.

resourceGroupName

string

The resource group name

managerName

string

The manager name

parameters
StorageAccountCredential

The storage account credential to be added or updated.

Returns

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Deletes the storage account credential.

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

Parameters

storageAccountCredentialName

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(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<void>

Parameters

storageAccountCredentialName

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)

Gets the properties of the specified storage account credential name.

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

Parameters

storageAccountCredentialName

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)

Gets 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