AzureFileVolume Class

Definition

The properties of the Azure File volume. Azure File shares are mounted as volumes.

public class AzureFileVolume
type AzureFileVolume = class
Public Class AzureFileVolume
Inheritance
AzureFileVolume

Constructors

AzureFileVolume()

Initializes a new instance of the AzureFileVolume class.

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

Initializes a new instance of the AzureFileVolume class.

Properties

ReadOnlyProperty

Gets or sets the flag indicating whether the Azure File shared mounted as a volume is read-only.

ShareName

Gets or sets the name of the Azure File share to be mounted as a volume.

StorageAccountKey

Gets or sets the storage account access key used to access the Azure File share.

StorageAccountName

Gets or sets the name of the storage account that contains the Azure File share.

Methods

Validate()

Validate the object.

Applies to