DatabaseRouting Struct
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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabaseRoutingTypeConverter))]
public struct DatabaseRouting : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabaseRouting>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabaseRoutingTypeConverter))>]
type DatabaseRouting = struct
interface IArgumentCompleter
Public Structure DatabaseRouting
Implements IArgumentCompleter, IEquatable(Of DatabaseRouting)
- Inheritance
-
DatabaseRouting
- Attributes
- Implements
Fields
Multi | |
Single |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DatabaseRouting) |
Compares values of enum type DatabaseRouting |
Equals(Object) |
Compares values of enum type DatabaseRouting (override for Object) |
GetHashCode() |
Returns hashCode for enum DatabaseRouting |
ToString() |
Returns string representation for DatabaseRouting |
Operators
Equality(DatabaseRouting, DatabaseRouting) |
Overriding == operator for enum DatabaseRouting |
Implicit(DatabaseRouting to String) |
Implicit operator to convert DatabaseRouting to string |
Implicit(String to DatabaseRouting) |
Implicit operator to convert string to DatabaseRouting |
Inequality(DatabaseRouting, DatabaseRouting) |
Overriding != operator for enum DatabaseRouting |