Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfileFileCsiDriver
Packages that use ManagedClusterStorageProfileFileCsiDriver
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterStorageProfileFileCsiDriver in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterStorageProfileFileCsiDriverModifier and TypeClassDescriptionfinal classAzureFile CSI Driver settings for the storage profile.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterStorageProfileFileCsiDriverModifier and TypeMethodDescriptionManagedClusterStorageProfile.fileCsiDriver()Get the fileCsiDriver property: AzureFile CSI Driver settings for the storage profile.ManagedClusterStorageProfileFileCsiDriver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterStorageProfileFileCsiDriver from the JsonReader.ManagedClusterStorageProfileFileCsiDriver.withEnabled(Boolean enabled) Set the enabled property: Whether to enable AzureFile CSI Driver.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterStorageProfileFileCsiDriverModifier and TypeMethodDescriptionManagedClusterStorageProfile.withFileCsiDriver(ManagedClusterStorageProfileFileCsiDriver fileCsiDriver) Set the fileCsiDriver property: AzureFile CSI Driver settings for the storage profile.