StorageAccountCredentialsOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les propriétés du nom d’informations d’identification du compte de stockage spécifié.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential> GetAsync (this Microsoft.Azure.Management.StorSimple8000Series.IStorageAccountCredentialsOperations operations, string storageAccountCredentialName, string resourceGroupName, string managerName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.StorSimple8000Series.IStorageAccountCredentialsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential>
<Extension()>
Public Function GetAsync (operations As IStorageAccountCredentialsOperations, storageAccountCredentialName As String, resourceGroupName As String, managerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StorageAccountCredential)
Paramètres
- operations
- IStorageAccountCredentialsOperations
Groupe d’opérations pour cette méthode d’extension.
- storageAccountCredentialName
- String
Nom des informations d’identification du compte de stockage à extraire.
- resourceGroupName
- String
Nom du groupe de ressources
- managerName
- String
Nom du responsable
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET