Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfileDiskCsiDriver
Packages that use ManagedClusterStorageProfileDiskCsiDriver
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterStorageProfileDiskCsiDriver in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterStorageProfileDiskCsiDriverModifier and TypeMethodDescriptionManagedClusterStorageProfile.diskCsiDriver()Get the diskCsiDriver property: AzureDisk CSI Driver settings for the storage profile.ManagedClusterStorageProfileDiskCsiDriver.withEnabled(Boolean enabled) Set the enabled property: Whether to enable AzureDisk CSI Driver.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterStorageProfileDiskCsiDriverModifier and TypeMethodDescriptionManagedClusterStorageProfile.withDiskCsiDriver(ManagedClusterStorageProfileDiskCsiDriver diskCsiDriver) Set the diskCsiDriver property: AzureDisk CSI Driver settings for the storage profile.