Show / Hide Table of Contents

Class AccountInfo

AccountInfo.

Inheritance
System.Object
AccountInfo
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class AccountInfo

Properties

AccountKind

Identifies the account kind.

Declaration
public Azure.Storage.Blobs.Models.AccountKind AccountKind { get; }
Property Value
AccountKind

IsHierarchicalNamespaceEnabled

Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled.

Declaration
public bool IsHierarchicalNamespaceEnabled { get; }
Property Value
System.Boolean

SkuName

Identifies the sku name of the account.

Declaration
public Azure.Storage.Blobs.Models.SkuName SkuName { get; }
Property Value
SkuName

Back to top Azure SDK for .NET