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