Uses of Class
com.azure.storage.queue.models.GeoReplication
Packages that use GeoReplication
Package
Description
Package containing the data models for AzureQueueStorage.
-
Uses of GeoReplication in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return GeoReplicationModifier and TypeMethodDescriptionstatic GeoReplication
GeoReplication.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of GeoReplication from the XmlReader.static GeoReplication
Reads an instance of GeoReplication from the XmlReader.QueueServiceStatistics.getGeoReplication()
Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.GeoReplication.setLastSyncTime
(OffsetDateTime lastSyncTime) Set the lastSyncTime property: A GMT date/time value, to the second.GeoReplication.setStatus
(GeoReplicationStatus status) Set the status property: The status of the secondary location.Methods in com.azure.storage.queue.models with parameters of type GeoReplicationModifier and TypeMethodDescriptionQueueServiceStatistics.setGeoReplication
(GeoReplication geoReplication) Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.