Uses of Class
com.azure.resourcemanager.compute.models.ConsistencyModeTypes
Packages that use ConsistencyModeTypes
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 ConsistencyModeTypesModifier and TypeMethodDescriptionRestorePointInner.consistencyMode()Get the consistencyMode property: ConsistencyMode of the RestorePoint.RestorePointProperties.consistencyMode()Get the consistencyMode property: ConsistencyMode of the RestorePoint.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ConsistencyModeTypesModifier and TypeMethodDescriptionRestorePointInner.withConsistencyMode(ConsistencyModeTypes consistencyMode) Set the consistencyMode property: ConsistencyMode of the RestorePoint.RestorePointProperties.withConsistencyMode(ConsistencyModeTypes consistencyMode) Set the consistencyMode property: ConsistencyMode of the RestorePoint. -
Uses of ConsistencyModeTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ConsistencyModeTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classConsistencyMode of the RestorePoint.Fields in com.azure.resourcemanager.compute.models declared as ConsistencyModeTypesModifier and TypeFieldDescriptionstatic final ConsistencyModeTypesConsistencyModeTypes.APPLICATION_CONSISTENTStatic value ApplicationConsistent for ConsistencyModeTypes.static final ConsistencyModeTypesConsistencyModeTypes.CRASH_CONSISTENTStatic value CrashConsistent for ConsistencyModeTypes.static final ConsistencyModeTypesConsistencyModeTypes.FILE_SYSTEM_CONSISTENTStatic value FileSystemConsistent for ConsistencyModeTypes.Methods in com.azure.resourcemanager.compute.models that return ConsistencyModeTypesModifier and TypeMethodDescriptionstatic 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 ConsistencyModeTypesModifier and TypeMethodDescriptionstatic Collection<ConsistencyModeTypes> ConsistencyModeTypes.values()Gets known ConsistencyModeTypes values.