Share via


AccountRegion.Name Property

Definition

Gets the name of the database account location in the Azure Cosmos DB service. For example, "West US" as the name of the database account location in the West US region.

[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to