BlobsModelFactory.AccountInfo(SkuName, AccountKind, Boolean) 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.
Crée un instance AccountInfo pour la simulation.
public static Azure.Storage.Blobs.Models.AccountInfo AccountInfo (Azure.Storage.Blobs.Models.SkuName skuName, Azure.Storage.Blobs.Models.AccountKind accountKind, bool isHierarchicalNamespaceEnabled);
static member AccountInfo : Azure.Storage.Blobs.Models.SkuName * Azure.Storage.Blobs.Models.AccountKind * bool -> Azure.Storage.Blobs.Models.AccountInfo
Public Shared Function AccountInfo (skuName As SkuName, accountKind As AccountKind, isHierarchicalNamespaceEnabled As Boolean) As AccountInfo
Paramètres
- skuName
- SkuName
- accountKind
- AccountKind
- isHierarchicalNamespaceEnabled
- Boolean
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