Sdílet prostřednictvím


StorageAccount Class

Definition

The storage Account.

public class StorageAccount
type StorageAccount = class
Public Class StorageAccount
Inheritance
StorageAccount

Constructors

StorageAccount()

Initializes a new instance of the StorageAccount class.

StorageAccount(String, Nullable<Boolean>, String, String, String, String, String, String, String)

Initializes a new instance of the StorageAccount class.

Properties

Container

Gets or sets the container in the storage account, only to be specified for WASB storage accounts.

Fileshare

Gets or sets the file share name.

FileSystem

Gets or sets the filesystem, only to be specified for Azure Data Lake Storage Gen 2.

IsDefault

Gets or sets whether or not the storage account is the default storage account.

Key

Gets or sets the storage account access key.

MsiResourceId

Gets or sets the managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2.

Name

Gets or sets the name of the storage account.

ResourceId

Gets or sets the resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2.

Saskey

Gets or sets the shared access signature key.

Applies to