Uses of Class
com.azure.resourcemanager.compute.models.ConsistencyModeTypes
-
Packages that use ConsistencyModeTypes Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ConsistencyModeTypes in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ConsistencyModeTypes Modifier and Type Method Description ConsistencyModeTypesRestorePointInner. consistencyMode()Get the consistencyMode property: Gets the consistency mode for the restore point.ConsistencyModeTypesRestorePointProperties. consistencyMode()Get the consistencyMode property: Gets the consistency mode for the restore point. -
Uses of ConsistencyModeTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ConsistencyModeTypes Modifier and Type Field Description static ConsistencyModeTypesConsistencyModeTypes. APPLICATION_CONSISTENTStatic value ApplicationConsistent for ConsistencyModeTypes.static ConsistencyModeTypesConsistencyModeTypes. CRASH_CONSISTENTStatic value CrashConsistent for ConsistencyModeTypes.static ConsistencyModeTypesConsistencyModeTypes. FILE_SYSTEM_CONSISTENTStatic value FileSystemConsistent for ConsistencyModeTypes.Methods in com.azure.resourcemanager.compute.models that return ConsistencyModeTypes Modifier and Type Method Description static ConsistencyModeTypesConsistencyModeTypes. fromString(String name)Creates or finds a ConsistencyModeTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ConsistencyModeTypes Modifier and Type Method Description static Collection<ConsistencyModeTypes>ConsistencyModeTypes. values()
-