EventGridConnectionProperties.DatabaseRouting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indication for database routing information from the data connection, by default only database routing information is allowed
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabaseRouting? DatabaseRouting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)>]
member this.DatabaseRouting : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabaseRouting> with get, set
Public Property DatabaseRouting As Nullable(Of DatabaseRouting)
Property Value
Implements
- Attributes