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 TypeMethodDescriptionManagedClusterStorageProfileSnapshotController.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterStorageProfileSnapshotController from the JsonReader.ManagedClusterStorageProfile.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.