Condividi tramite


SearchServiceUpdate.Location Property

Definition

Gets or sets the geographic location of the resource. This must be one of the supported and registered Azure Geo Regions (for example, West US, East US, Southeast Asia, and so forth). This property is required when creating a new resource.

[Newtonsoft.Json.JsonProperty(PropertyName="location")]
public string Location { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="location")>]
member this.Location : string with get, set
Public Property Location As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to