Partager via


StorageAccountCredentials interface

Interface représentant un StorageAccountCredentials.

Méthodes

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

Crée ou met à jour les informations d’identification du compte de stockage

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

Crée ou met à jour les informations d’identification du compte de stockage

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Supprime les informations d’identification du compte de stockage

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Supprime les informations d’identification du compte de stockage

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

Retourne les propriétés du nom d’informations d’identification du compte de stockage spécifié.

listByManager(string, string, StorageAccountCredentialsListByManagerOptionalParams)

Récupère toutes les informations d’identification du compte de stockage dans un responsable.

Détails de la méthode

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

Crée ou met à jour les informations d’identification du compte de stockage

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

Paramètres

credentialName

string

Nom des informations d’identification.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

storageAccount
StorageAccountCredential

Informations d’identification du compte de stockage à ajouter ou à mettre à jour.

Retours

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

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

Crée ou met à jour les informations d’identification du compte de stockage

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

Paramètres

credentialName

string

Nom des informations d’identification.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

storageAccount
StorageAccountCredential

Informations d’identification du compte de stockage à ajouter ou à mettre à jour.

Retours

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Supprime les informations d’identification du compte de stockage

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

Paramètres

credentialName

string

Nom des informations d’identification du compte de stockage.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

options
StorageAccountCredentialsDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Supprime les informations d’identification du compte de stockage

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

Paramètres

credentialName

string

Nom des informations d’identification du compte de stockage.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

options
StorageAccountCredentialsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

Retourne les propriétés du nom d’informations d’identification du compte de stockage spécifié.

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

Paramètres

credentialName

string

Nom des informations d’identification du compte de stockage à extraire.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

options
StorageAccountCredentialsGetOptionalParams

Paramètres d’options.

Retours

listByManager(string, string, StorageAccountCredentialsListByManagerOptionalParams)

Récupère toutes les informations d’identification du compte de stockage dans un responsable.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

options
StorageAccountCredentialsListByManagerOptionalParams

Paramètres d’options.

Retours