EventGridDataConnection.DatabaseRouting Property

Definition

Gets or sets indication for database routing information from the data connection, by default only database routing information is allowed. Possible values include: 'Single', 'Multi'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to