Uses of Class
com.azure.resourcemanager.containerservice.models.SnapshotType
Packages that use SnapshotType
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of SnapshotType in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return SnapshotTypeModifier and TypeMethodDescriptionSnapshotInner.snapshotType()Get the snapshotType property: The type of a snapshot.SnapshotProperties.snapshotType()Get the snapshotType property: The type of a snapshot.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type SnapshotTypeModifier and TypeMethodDescriptionSnapshotInner.withSnapshotType(SnapshotType snapshotType) Set the snapshotType property: The type of a snapshot.SnapshotProperties.withSnapshotType(SnapshotType snapshotType) Set the snapshotType property: The type of a snapshot. -
Uses of SnapshotType in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as SnapshotTypeModifier and TypeFieldDescriptionstatic final SnapshotTypeSnapshotType.NODE_POOLStatic value NodePool for SnapshotType.Methods in com.azure.resourcemanager.containerservice.models that return SnapshotTypeModifier and TypeMethodDescriptionstatic SnapshotTypeSnapshotType.fromString(String name) Creates or finds a SnapshotType from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type SnapshotTypeModifier and TypeMethodDescriptionstatic Collection<SnapshotType> SnapshotType.values()Gets known SnapshotType values.