你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppPlatformAzureFileVolume(String, String) 构造函数

定义

初始化 AppPlatformAzureFileVolume 的新实例。

public AppPlatformAzureFileVolume (string mountPath, string shareName);
new Azure.ResourceManager.AppPlatform.Models.AppPlatformAzureFileVolume : string * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformAzureFileVolume
Public Sub New (mountPath As String, shareName As String)

参数

mountPath
String

永久性磁盘的装载路径。

shareName
String

Azure 文件共享的共享名称。

例外

mountPathshareName 为 null。

适用于