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(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, parameters: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountCredential>, StorageAccountCredential>>
Paramètres
- storageAccountCredentialName
-
string
Nom des informations d’identification du compte de stockage.
- resourceGroupName
-
string
Nom du groupe de ressources
- managerName
-
string
Nom du responsable
- parameters
- 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(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, parameters: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<StorageAccountCredential>
Paramètres
- storageAccountCredentialName
-
string
Nom des informations d’identification du compte de stockage.
- resourceGroupName
-
string
Nom du groupe de ressources
- managerName
-
string
Nom du responsable
- parameters
- 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(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Paramètres
- storageAccountCredentialName
-
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(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<void>
Paramètres
- storageAccountCredentialName
-
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)
Obtient les propriétés du nom d’informations d’identification du compte de stockage spécifié.
function get(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsGetOptionalParams): Promise<StorageAccountCredential>
Paramètres
- storageAccountCredentialName
-
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)
Obtient 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