StorageAccountCredentials interface
Interface représentant un StorageAccountCredentials.
Méthodes
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.
Paramètres d’options.
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.
Paramètres d’options.
Retours
Promise<StorageAccountCredential>
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
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
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
Paramètres d’options.
Retours
Promise<StorageAccountCredential>
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
Paramètres d’options.
Retours
Azure SDK for JavaScript