AzureFileShareConfiguration Class

Definition

Information used to connect to an Azure Fileshare.

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

Constructors

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

Initializes a new instance of the AzureFileShareConfiguration class.

Properties

AccountKey

Gets the Azure Storage Account key.

AccountName

Gets the Azure Storage Account name.

AzureFileUrl

Gets the Azure Files URL.

MountOptions

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

RelativeMountPath

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

Applies to