KustoPoolNameUnavailableReason Struct

Definition

Message providing the reason why the given name is invalid.

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

Constructors

KustoPoolNameUnavailableReason(String)

Initializes a new instance of KustoPoolNameUnavailableReason.

Properties

AlreadyExists

AlreadyExists.

Invalid

Invalid.

Methods

Equals(KustoPoolNameUnavailableReason)

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

Determines if two KustoPoolNameUnavailableReason values are the same.

Implicit(String to KustoPoolNameUnavailableReason)

Converts a string to a KustoPoolNameUnavailableReason.

Inequality(KustoPoolNameUnavailableReason, KustoPoolNameUnavailableReason)

Determines if two KustoPoolNameUnavailableReason values are not the same.

Applies to