AzureFileShareConfiguration Class

Definition

Information used to connect to an Azure Fileshare.

public class AzureFileShareConfiguration
type AzureFileShareConfiguration = class
Public Class AzureFileShareConfiguration
Inheritance
AzureFileShareConfiguration

Constructors

AzureFileShareConfiguration()

Initializes a new instance of the AzureFileShareConfiguration class.

AzureFileShareConfiguration(String, String, String, String, String)

Initializes a new instance of the AzureFileShareConfiguration class.

Properties

AccountKey

Gets or sets the Azure Storage account key.

AccountName

Gets or sets the Azure Storage account name.

AzureFileUrl

Gets or sets the Azure Files URL.

MountOptions

Gets or sets additional command line options to pass to the mount command.

RelativeMountPath

Gets or sets the relative path on the compute node where the file system will be mounted

Applies to