IEventGridConnectionProperties.DatabaseRouting Property

Definition

Indication for database routing information from the data connection, by default only database routing information is allowed

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Single", "Multi" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Indication for database routing information from the data connection, by default only database routing information is allowed", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="databaseRouting", Update=true)]
public string DatabaseRouting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Single", "Multi" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Indication for database routing information from the data connection, by default only database routing information is allowed", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="databaseRouting", Update=true)>]
member this.DatabaseRouting : string with get, set
Public Property DatabaseRouting As String

Property Value

Attributes

Applies to