KustoPoolNameUnavailableReason 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.
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
| Name | Description |
|---|---|
| KustoPoolNameUnavailableReason(String) |
Initializes a new instance of KustoPoolNameUnavailableReason. |
Properties
| Name | Description |
|---|---|
| AlreadyExists |
AlreadyExists. |
| Invalid |
Invalid. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |