Show / Hide Table of Contents

Class AccountGeoLocation

Inheritance
System.Object
AccountGeoLocation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.CosmosDB.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountGeoLocation

Fields

View Source

FailoverPriority

The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists. Changing this causes the location to be re-provisioned and cannot be changed for the location with failover priority 0.

Declaration
public readonly int FailoverPriority
Field Value
Type Description
System.Int32
View Source

Id

The ID of the virtual network subnet.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

The name of the Azure region to host replicated data.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Prefix

The string used to generate the document endpoints for this region. If not specified it defaults to ${cosmosdb_account.name}-${location}. Changing this causes the location to be deleted and re-provisioned and cannot be changed for the location with failover priority 0.

Declaration
public readonly string Prefix
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.