LocationProperties interface
Cosmos DB location metadata
Properties
| backup |
The properties of available backup storage redundancies. |
| is |
Flag indicating whether the location is residency sensitive. |
| is |
Flag indicating whether the subscription have access in region for Availability Zones(Az). |
| is |
Flag indicating whether the subscription have access in region for Non-Availability Zones. |
| status | Enum to indicate current buildout status of the region. |
| supports |
Flag indicating whether the location supports availability zones or not. |
Property Details
backupStorageRedundancies
The properties of available backup storage redundancies.
backupStorageRedundancies?: string[]
Property Value
string[]
isResidencyRestricted
Flag indicating whether the location is residency sensitive.
isResidencyRestricted?: boolean
Property Value
boolean
isSubscriptionRegionAccessAllowedForAz
Flag indicating whether the subscription have access in region for Availability Zones(Az).
isSubscriptionRegionAccessAllowedForAz?: boolean
Property Value
boolean
isSubscriptionRegionAccessAllowedForRegular
Flag indicating whether the subscription have access in region for Non-Availability Zones.
isSubscriptionRegionAccessAllowedForRegular?: boolean
Property Value
boolean
status
Enum to indicate current buildout status of the region.
status?: string
Property Value
string
supportsAvailabilityZone
Flag indicating whether the location supports availability zones or not.
supportsAvailabilityZone?: boolean
Property Value
boolean