AzureFileShareConfiguration 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.
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 |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET