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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterStorageProfileDiskCsiDriverModifier and TypeClassDescriptionfinal classAzureDisk CSI Driver settings for the storage profile.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.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterStorageProfileDiskCsiDriver from the JsonReader.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.