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

ManagedClusterStorageProfile Class

Definition

Storage profile for the container service cluster.

public class ManagedClusterStorageProfile
type ManagedClusterStorageProfile = class
Public Class ManagedClusterStorageProfile
Inheritance
ManagedClusterStorageProfile

Constructors

ManagedClusterStorageProfile()

Initializes a new instance of the ManagedClusterStorageProfile class.

ManagedClusterStorageProfile(ManagedClusterStorageProfileDiskCSIDriver, ManagedClusterStorageProfileFileCSIDriver, ManagedClusterStorageProfileSnapshotController, ManagedClusterStorageProfileBlobCSIDriver)

Initializes a new instance of the ManagedClusterStorageProfile class.

Properties

BlobCsiDriver

Gets or sets azureBlob CSI Driver settings for the storage profile.

DiskCsiDriver

Gets or sets azureDisk CSI Driver settings for the storage profile.

FileCsiDriver

Gets or sets azureFile CSI Driver settings for the storage profile.

SnapshotController

Gets or sets snapshot Controller settings for the storage profile.

Applies to