Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfileSnapshotController
Packages that use ManagedClusterStorageProfileSnapshotController
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterStorageProfileSnapshotController in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterStorageProfileSnapshotControllerModifier and TypeMethodDescriptionManagedClusterStorageProfile.snapshotController()Get the snapshotController property: Snapshot Controller settings for the storage profile.ManagedClusterStorageProfileSnapshotController.withEnabled(Boolean enabled) Set the enabled property: Whether to enable Snapshot Controller.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterStorageProfileSnapshotControllerModifier and TypeMethodDescriptionManagedClusterStorageProfile.withSnapshotController(ManagedClusterStorageProfileSnapshotController snapshotController) Set the snapshotController property: Snapshot Controller settings for the storage profile.