BlobServicePropertiesImpl.IWithStorageAccount.WithExistingStorageAccount 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.
Spécifie resourceGroupName, accountName.
Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate IWithStorageAccount.WithExistingStorageAccount (string resourceGroupName, string accountName);
abstract member Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithStorageAccount.WithExistingStorageAccount : string * string -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
override this.Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithStorageAccount.WithExistingStorageAccount : string * string -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
Function WithExistingStorageAccount (resourceGroupName As String, accountName As String) As IWithCreate Implements IWithStorageAccount.WithExistingStorageAccount
Paramètres
- resourceGroupName
- String
Nom du groupe de ressources dans l’abonnement de l’utilisateur. Le nom ne respecte pas la casse.
- accountName
- String
Nom du compte de stockage dans le groupe de ressources spécifié. Ce nom doit comprendre entre 3 et 24 caractères, uniquement des lettres en minuscules et des nombres.
Retours
Implémente
S’applique à
Azure SDK for .NET