Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfile
Packages that use ManagedClusterStorageProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterStorageProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterStorageProfileModifier and TypeMethodDescriptionManagedClusterInner.storageProfile()Get the storageProfile property: Storage profile for the managed cluster.ManagedClusterProperties.storageProfile()Get the storageProfile property: Storage profile for the managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterStorageProfileModifier and TypeMethodDescriptionManagedClusterInner.withStorageProfile(ManagedClusterStorageProfile storageProfile) Set the storageProfile property: Storage profile for the managed cluster.ManagedClusterProperties.withStorageProfile(ManagedClusterStorageProfile storageProfile) Set the storageProfile property: Storage profile for the managed cluster. -
Uses of ManagedClusterStorageProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterStorageProfileModifier and TypeClassDescriptionfinal classStorage profile for the container service cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterStorageProfileModifier and TypeMethodDescriptionstatic ManagedClusterStorageProfileManagedClusterStorageProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterStorageProfile from the JsonReader.ManagedClusterStorageProfile.withBlobCsiDriver(ManagedClusterStorageProfileBlobCsiDriver blobCsiDriver) Set the blobCsiDriver property: AzureBlob CSI Driver settings for the storage profile.ManagedClusterStorageProfile.withDiskCsiDriver(ManagedClusterStorageProfileDiskCsiDriver diskCsiDriver) Set the diskCsiDriver property: AzureDisk CSI Driver settings for the storage profile.ManagedClusterStorageProfile.withFileCsiDriver(ManagedClusterStorageProfileFileCsiDriver fileCsiDriver) Set the fileCsiDriver property: AzureFile CSI Driver settings for the storage profile.ManagedClusterStorageProfile.withSnapshotController(ManagedClusterStorageProfileSnapshotController snapshotController) Set the snapshotController property: Snapshot Controller settings for the storage profile.