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

ManagedClusterStorageProfile 类

定义

容器服务群集的存储配置文件。

public class ManagedClusterStorageProfile
type ManagedClusterStorageProfile = class
Public Class ManagedClusterStorageProfile
继承
ManagedClusterStorageProfile

构造函数

ManagedClusterStorageProfile()

初始化 ManagedClusterStorageProfile 的新实例。

属性

DiskCsiDriver

存储配置文件的 AzureDisk CSI 驱动程序设置。

IsBlobCsiDriverEnabled

是否启用 AzureBlob CSI 驱动程序。 默认值为 false。

IsFileCsiDriverEnabled

是否启用 AzureFile CSI 驱动程序。 默认值为 true。

IsSnapshotControllerEnabled

是否启用快照控制器。 默认值为 true。

适用于