ArmContainerServiceModelFactory.ManagedClusterStorageProfile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Whether to enable AzureDisk CSI Driver. The default value is true.
Whether to enable AzureFile CSI Driver. The default value is true.
Whether to enable Snapshot Controller. The default value is true.
Whether to enable AzureBlob CSI Driver. The default value is false.
Returns
A new ManagedClusterStorageProfile instance for mocking.