Uses of Class
com.azure.resourcemanager.containerservice.models.SnapshotType
-
Packages that use SnapshotType Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 SnapshotType Modifier and Type Method Description SnapshotTypeSnapshotInner. snapshotType()Get the snapshotType property: The type of a snapshot.SnapshotTypeSnapshotProperties. snapshotType()Get the snapshotType property: The type of a snapshot.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type SnapshotType Modifier and Type Method Description SnapshotInnerSnapshotInner. withSnapshotType(SnapshotType snapshotType)Set the snapshotType property: The type of a snapshot.SnapshotPropertiesSnapshotProperties. 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 SnapshotType Modifier and Type Field Description static SnapshotTypeSnapshotType. NODE_POOLStatic value NodePool for SnapshotType.Methods in com.azure.resourcemanager.containerservice.models that return SnapshotType Modifier and Type Method Description static 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 SnapshotType Modifier and Type Method Description static Collection<SnapshotType>SnapshotType. values()
-