Class AccountGeoLocationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountGeoLocationArgs : ResourceArgs
Constructors
View SourceAccountGeoLocationArgs()
Declaration
public AccountGeoLocationArgs()
Properties
View SourceFailoverPriority
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> |
Id
The ID of the virtual network subnet.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |