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(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
Azure SDK for .NET