Uses of Class
com.azure.storage.queue.models.GeoReplicationStatus
-
Packages that use GeoReplicationStatus Package Description com.azure.storage.queue.models Package containing classes for AzureQueueStorage. -
-
Uses of GeoReplicationStatus in com.azure.storage.queue.models
Fields in com.azure.storage.queue.models declared as GeoReplicationStatus Modifier and Type Field Description static GeoReplicationStatusGeoReplicationStatus. BOOTSTRAPStatic value bootstrap for GeoReplicationStatus.static GeoReplicationStatusGeoReplicationStatus. LIVEStatic value live for GeoReplicationStatus.static GeoReplicationStatusGeoReplicationStatus. UNAVAILABLEStatic value unavailable for GeoReplicationStatus.Methods in com.azure.storage.queue.models that return GeoReplicationStatus Modifier and Type Method Description static GeoReplicationStatusGeoReplicationStatus. fromString(String name)Creates or finds a GeoReplicationStatus from its string representation.GeoReplicationStatusGeoReplication. getStatus()Get the status property: The status of the secondary location.Methods in com.azure.storage.queue.models that return types with arguments of type GeoReplicationStatus Modifier and Type Method Description static Collection<GeoReplicationStatus>GeoReplicationStatus. values()Methods in com.azure.storage.queue.models with parameters of type GeoReplicationStatus Modifier and Type Method Description GeoReplicationGeoReplication. setStatus(GeoReplicationStatus status)Set the status property: The status of the secondary location.
-