Uses of Class
com.azure.resourcemanager.storage.models.GeoPriorityReplicationStatus
Packages that use GeoPriorityReplicationStatus
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of GeoPriorityReplicationStatus in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return GeoPriorityReplicationStatusModifier and TypeMethodDescriptionStorageAccountInner.geoPriorityReplicationStatus()Get the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.StorageAccountPropertiesCreateParameters.geoPriorityReplicationStatus()Get the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.StorageAccountPropertiesInner.geoPriorityReplicationStatus()Get the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.StorageAccountPropertiesUpdateParameters.geoPriorityReplicationStatus()Get the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type GeoPriorityReplicationStatusModifier and TypeMethodDescriptionStorageAccountInner.withGeoPriorityReplicationStatus(GeoPriorityReplicationStatus geoPriorityReplicationStatus) Set the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.StorageAccountPropertiesCreateParameters.withGeoPriorityReplicationStatus(GeoPriorityReplicationStatus geoPriorityReplicationStatus) Set the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.StorageAccountPropertiesInner.withGeoPriorityReplicationStatus(GeoPriorityReplicationStatus geoPriorityReplicationStatus) Set the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.StorageAccountPropertiesUpdateParameters.withGeoPriorityReplicationStatus(GeoPriorityReplicationStatus geoPriorityReplicationStatus) Set the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account. -
Uses of GeoPriorityReplicationStatus in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type GeoPriorityReplicationStatusModifier and TypeClassDescriptionfinal classGeo Priority Replication enablement status for the storage account.Methods in com.azure.resourcemanager.storage.models that return GeoPriorityReplicationStatusModifier and TypeMethodDescriptionstatic GeoPriorityReplicationStatusGeoPriorityReplicationStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GeoPriorityReplicationStatus from the JsonReader.StorageAccountCreateParameters.geoPriorityReplicationStatus()Get the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.StorageAccountUpdateParameters.geoPriorityReplicationStatus()Get the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.GeoPriorityReplicationStatus.withIsBlobEnabled(Boolean isBlobEnabled) Set the isBlobEnabled property: Indicates whether Blob Geo Priority Replication is enabled for the storage account.Methods in com.azure.resourcemanager.storage.models with parameters of type GeoPriorityReplicationStatusModifier and TypeMethodDescriptionStorageAccountCreateParameters.withGeoPriorityReplicationStatus(GeoPriorityReplicationStatus geoPriorityReplicationStatus) Set the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.StorageAccountUpdateParameters.withGeoPriorityReplicationStatus(GeoPriorityReplicationStatus geoPriorityReplicationStatus) Set the geoPriorityReplicationStatus property: Status indicating whether Geo Priority Replication is enabled for the account.