Uses of Class
com.azure.resourcemanager.storage.models.GeoReplicationStatus
Packages that use GeoReplicationStatus
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of GeoReplicationStatus in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.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.resourcemanager.storage.models that return GeoReplicationStatusModifier and TypeMethodDescriptionstatic GeoReplicationStatusGeoReplicationStatus.fromString(String name) Creates or finds a GeoReplicationStatus from its string representation.GeoReplicationStats.status()Get the status property: The status of the secondary location.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type GeoReplicationStatusModifier and TypeMethodDescriptionstatic Collection<GeoReplicationStatus>GeoReplicationStatus.values()Gets known GeoReplicationStatus values.