Uses of Class
com.azure.storage.blob.models.GeoReplicationStatus
Packages that use GeoReplicationStatus
Package
Description
Package containing the data models for AzureBlobStorage.
null.
-
Uses of GeoReplicationStatus in com.azure.storage.blob.models
Subclasses with type arguments of type GeoReplicationStatus in com.azure.storage.blob.modelsModifier and TypeClassDescriptionfinal classThe status of the secondary location.Fields in com.azure.storage.blob.models declared as GeoReplicationStatusModifier and TypeFieldDescriptionstatic final GeoReplicationStatusGeoReplicationStatus.BOOTSTRAPStatic value bootstrap for GeoReplicationStatus.static final GeoReplicationStatusGeoReplicationStatus.LIVEStatic value live for GeoReplicationStatus.static final GeoReplicationStatusGeoReplicationStatus.UNAVAILABLEStatic value unavailable for GeoReplicationStatus.Methods in com.azure.storage.blob.models that return GeoReplicationStatusModifier and TypeMethodDescriptionstatic GeoReplicationStatusGeoReplicationStatus.fromString(String name) Creates or finds a GeoReplicationStatus from its string representation.GeoReplication.getStatus()Get the status property: The status of the secondary location.Methods in com.azure.storage.blob.models that return types with arguments of type GeoReplicationStatusModifier and TypeMethodDescriptionstatic Collection<GeoReplicationStatus> GeoReplicationStatus.values()Gets known GeoReplicationStatus values.Methods in com.azure.storage.blob.models with parameters of type GeoReplicationStatusModifier and TypeMethodDescriptionGeoReplication.setStatus(GeoReplicationStatus status) Set the status property: The status of the secondary location.