AzureStorageInfoValue 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.
Azure Files or Blob Storage access information value for dictionary storage.
public class AzureStorageInfoValue
type AzureStorageInfoValue = class
Public Class AzureStorageInfoValue
- Inheritance
-
AzureStorageInfoValue
Constructors
AzureStorageInfoValue() |
Initializes a new instance of the AzureStorageInfoValue class. |
AzureStorageInfoValue(Nullable<AzureStorageType>, String, String, String, String, Nullable<AzureStorageState>) |
Initializes a new instance of the AzureStorageInfoValue class. |
Properties
AccessKey |
Gets or sets access key for the storage account. |
AccountName |
Gets or sets name of the storage account. |
MountPath |
Gets or sets path to mount the storage within the site's runtime environment. |
ShareName |
Gets or sets name of the file share (container name, for Blob storage). |
State |
Gets state of the storage account. Possible values include: 'Ok', 'InvalidCredentials', 'InvalidShare' |
Type |
Gets or sets type of storage. Possible values include: 'AzureFiles', 'AzureBlob' |
Applies to
Azure SDK for .NET