Uses of Class
com.azure.resourcemanager.storage.models.PostFailoverRedundancy
Packages that use PostFailoverRedundancy
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of PostFailoverRedundancy in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type PostFailoverRedundancy in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classThe redundancy type of the account after an account failover is performed.Fields in com.azure.resourcemanager.storage.models declared as PostFailoverRedundancyModifier and TypeFieldDescriptionstatic final PostFailoverRedundancyPostFailoverRedundancy.STANDARD_LRSStatic value Standard_LRS for PostFailoverRedundancy.static final PostFailoverRedundancyPostFailoverRedundancy.STANDARD_ZRSStatic value Standard_ZRS for PostFailoverRedundancy.Methods in com.azure.resourcemanager.storage.models that return PostFailoverRedundancyModifier and TypeMethodDescriptionstatic PostFailoverRedundancyPostFailoverRedundancy.fromString(String name) Creates or finds a PostFailoverRedundancy from its string representation.GeoReplicationStats.postFailoverRedundancy()Get the postFailoverRedundancy property: The redundancy type of the account after an account failover is performed.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type PostFailoverRedundancyModifier and TypeMethodDescriptionstatic Collection<PostFailoverRedundancy> PostFailoverRedundancy.values()Gets known PostFailoverRedundancy values.