Show / Hide Table of Contents

Class AccountGeoLocationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountGeoLocationArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountGeoLocationArgs : ResourceArgs

Constructors

View Source

AccountGeoLocationArgs()

Declaration
public AccountGeoLocationArgs()

Properties

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 Input<int> FailoverPriority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Id

The ID of the virtual network subnet.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Location

The name of the Azure region to host replicated data.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<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 Input<string> Prefix { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.