次の方法で共有


SearchServiceUpdate.Location プロパティ

定義

リソースの地理的な場所を取得または設定します。 これは、サポートされ、登録されている Azure Geo リージョンのいずれかである必要があります (たとえば、米国西部、米国東部、東南アジアなど)。 このプロパティは、新しいリソースを作成するときに必要です。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象