StorageAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET