Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StorageAccountCredentials

Package version

Class representing a StorageAccountCredentials.

Hierarchy

  • StorageAccountCredentials

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(credentialName: string, storageAccount: StorageAccountCredential, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates or updates the storage account credential

    Parameters

    • credentialName: string

      The credential name.

    • storageAccount: StorageAccountCredential

      The storage account credential to be added or updated.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(credentialName: string, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes the storage account credential

    Parameters

    • credentialName: string

      The name of the storage account credential.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(credentialName: string, storageAccount: StorageAccountCredential, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountCredentialsCreateOrUpdateResponse>
  • Creates or updates the storage account credential

    Parameters

    • credentialName: string

      The credential name.

    • storageAccount: StorageAccountCredential

      The storage account credential to be added or updated.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.StorageAccountCredentialsCreateOrUpdateResponse>

    Promise<Models.StorageAccountCredentialsCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(credentialName: string, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes the storage account credential

    Parameters

    • credentialName: string

      The name of the storage account credential.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(credentialName: string, resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountCredentialsGetResponse>
  • get(credentialName: string, resourceGroupName: string, managerName: string, callback: msRest.ServiceCallback<StorageAccountCredential>): void
  • get(credentialName: string, resourceGroupName: string, managerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<StorageAccountCredential>): void
  • Returns the properties of the specified storage account credential name.

    Parameters

    • credentialName: string

      The name of storage account credential to be fetched.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.StorageAccountCredentialsGetResponse>

    Promise<Models.StorageAccountCredentialsGetResponse>

  • Parameters

    • credentialName: string

      The name of storage account credential to be fetched.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • callback: msRest.ServiceCallback<StorageAccountCredential>

      The callback

    Returns void

  • Parameters

    • credentialName: string

      The name of storage account credential to be fetched.

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<StorageAccountCredential>

      The callback

    Returns void

listByManager

  • listByManager(resourceGroupName: string, managerName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountCredentialsListByManagerResponse>
  • listByManager(resourceGroupName: string, managerName: string, callback: msRest.ServiceCallback<StorageAccountCredentialList>): void
  • listByManager(resourceGroupName: string, managerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<StorageAccountCredentialList>): void
  • Retrieves all the storage account credentials in a manager.

    Parameters

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.StorageAccountCredentialsListByManagerResponse>

    Promise<Models.StorageAccountCredentialsListByManagerResponse>

  • Parameters

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • callback: msRest.ServiceCallback<StorageAccountCredentialList>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The resource group name

    • managerName: string

      The manager name

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<StorageAccountCredentialList>

      The callback

    Returns void

Generated using TypeDoc