Partager via


IWithStorageAccount.WithExistingStorageAccount(String, String) Méthode

Définition

Spécifie resourceGroupName, accountName.

public Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate WithExistingStorageAccount (string resourceGroupName, string accountName);
abstract member WithExistingStorageAccount : string * string -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
Public Function WithExistingStorageAccount (resourceGroupName As String, accountName As String) As IWithCreate

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

S’applique à