ItsmReceiver.Region Property

Definition

Gets or sets region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to