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