KustoDatabaseRouting Struct

Definition

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

public readonly struct KustoDatabaseRouting : IEquatable<Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting>
type KustoDatabaseRouting = struct
Public Structure KustoDatabaseRouting
Implements IEquatable(Of KustoDatabaseRouting)
Inheritance
KustoDatabaseRouting
Implements

Constructors

KustoDatabaseRouting(String)

Initializes a new instance of KustoDatabaseRouting.

Properties

Multi

Multi.

Single

Single.

Methods

Equals(KustoDatabaseRouting)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(KustoDatabaseRouting, KustoDatabaseRouting)

Determines if two KustoDatabaseRouting values are the same.

Implicit(String to KustoDatabaseRouting)

Converts a string to a KustoDatabaseRouting.

Inequality(KustoDatabaseRouting, KustoDatabaseRouting)

Determines if two KustoDatabaseRouting values are not the same.

Applies to