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

AppPlatformAzureFileVolume 类

定义

Azure 文件卷的属性。 Azure 文件共享作为卷装载。

public class AppPlatformAzureFileVolume : Azure.ResourceManager.AppPlatform.Models.AppCustomPersistentDiskProperties
type AppPlatformAzureFileVolume = class
    inherit AppCustomPersistentDiskProperties
Public Class AppPlatformAzureFileVolume
Inherits AppCustomPersistentDiskProperties
继承
AppPlatformAzureFileVolume

构造函数

AppPlatformAzureFileVolume(String, String)

初始化 AppPlatformAzureFileVolume 的新实例。

属性

IsReadOnly

指示永久性磁盘是否为 readOnly 磁盘。

(继承自 AppCustomPersistentDiskProperties)
MountOptions

这些是永久性磁盘的装载选项。

(继承自 AppCustomPersistentDiskProperties)
MountPath

永久性磁盘的装载路径。

(继承自 AppCustomPersistentDiskProperties)
ShareName

Azure 文件共享的共享名称。

适用于