CheckNameAvailabilityReason 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.
The reason code explaining why the name is unavailable. Will be null if the name is available.
public readonly struct CheckNameAvailabilityReason : IEquatable<Azure.ResourceManager.DevOpsInfrastructure.Models.CheckNameAvailabilityReason>
type CheckNameAvailabilityReason = struct
Public Structure CheckNameAvailabilityReason
Implements IEquatable(Of CheckNameAvailabilityReason)
- Inheritance
-
CheckNameAvailabilityReason
- Implements
Constructors
| Name | Description |
|---|---|
| CheckNameAvailabilityReason(String) |
Initializes a new instance of CheckNameAvailabilityReason. |
Properties
| Name | Description |
|---|---|
| AlreadyExists |
The name already exists. |
| Invalid |
The name is invalid. |
Methods
| Name | Description |
|---|---|
| Equals(CheckNameAvailabilityReason) |
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(CheckNameAvailabilityReason, CheckNameAvailabilityReason) |
Determines if two CheckNameAvailabilityReason values are the same. |
| Implicit(String to CheckNameAvailabilityReason) |
Converts a string to a CheckNameAvailabilityReason. |
| Implicit(String to Nullable<CheckNameAvailabilityReason>) | |
| Inequality(CheckNameAvailabilityReason, CheckNameAvailabilityReason) |
Determines if two CheckNameAvailabilityReason values are not the same. |