ArmContainerServiceModelFactory.ManagedClusterStorageProfile Method

Definition

public static Azure.ResourceManager.ContainerService.Models.ManagedClusterStorageProfile ManagedClusterStorageProfile(bool? isDiskCsiDriverEnabled = default, bool? isFileCsiDriverEnabled = default, bool? isSnapshotControllerEnabled = default, bool? isBlobCsiDriverEnabled = default);
static member ManagedClusterStorageProfile : Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterStorageProfile
Public Shared Function ManagedClusterStorageProfile (Optional isDiskCsiDriverEnabled As Nullable(Of Boolean) = Nothing, Optional isFileCsiDriverEnabled As Nullable(Of Boolean) = Nothing, Optional isSnapshotControllerEnabled As Nullable(Of Boolean) = Nothing, Optional isBlobCsiDriverEnabled As Nullable(Of Boolean) = Nothing) As ManagedClusterStorageProfile

Parameters

isDiskCsiDriverEnabled
Nullable<Boolean>

Whether to enable AzureDisk CSI Driver. The default value is true.

isFileCsiDriverEnabled
Nullable<Boolean>

Whether to enable AzureFile CSI Driver. The default value is true.

isSnapshotControllerEnabled
Nullable<Boolean>

Whether to enable Snapshot Controller. The default value is true.

isBlobCsiDriverEnabled
Nullable<Boolean>

Whether to enable AzureBlob CSI Driver. The default value is false.

Returns

A new ManagedClusterStorageProfile instance for mocking.

Applies to