StorageAccountCredentials interface
Interface representing a StorageAccountCredentials.
Methods
begin |
Creates or updates the storage account credential. |
begin |
Creates or updates the storage account credential. |
begin |
Deletes the storage account credential. |
begin |
Deletes the storage account credential. |
get(string, string, string, Storage |
Gets the properties of the specified storage account credential name. |
list |
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.
The options parameters.
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.
The options parameters.
Returns
Promise<StorageAccountCredential>
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
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
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
The options parameters.
Returns
Promise<StorageAccountCredential>
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
The options parameters.
Returns
Azure SDK for JavaScript