KustoNameUnavailableReason Struct

Definition

Message providing the reason why the given name is invalid.

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

Constructors

KustoNameUnavailableReason(String)

Initializes a new instance of KustoNameUnavailableReason.

Properties

AlreadyExists

AlreadyExists.

Invalid

Invalid.

Methods

Equals(KustoNameUnavailableReason)

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(KustoNameUnavailableReason, KustoNameUnavailableReason)

Determines if two KustoNameUnavailableReason values are the same.

Implicit(String to KustoNameUnavailableReason)

Converts a string to a KustoNameUnavailableReason.

Inequality(KustoNameUnavailableReason, KustoNameUnavailableReason)

Determines if two KustoNameUnavailableReason values are not the same.

Applies to