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 why the given name is not available.
public readonly struct CheckNameAvailabilityReason : IEquatable<Azure.ResourceManager.Applications.Containers.Models.CheckNameAvailabilityReason>
type CheckNameAvailabilityReason = struct
Public Structure CheckNameAvailabilityReason
Implements IEquatable(Of CheckNameAvailabilityReason)
- Inheritance
-
CheckNameAvailabilityReason
- Implements
Constructors
CheckNameAvailabilityReason(String) |
Initializes a new instance of CheckNameAvailabilityReason. |
Properties
AlreadyExists |
AlreadyExists. |
Invalid |
Invalid. |
Methods
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
Equality(CheckNameAvailabilityReason, CheckNameAvailabilityReason) |
Determines if two CheckNameAvailabilityReason values are the same. |
Implicit(String to CheckNameAvailabilityReason) |
Converts a string to a CheckNameAvailabilityReason. |
Inequality(CheckNameAvailabilityReason, CheckNameAvailabilityReason) |
Determines if two CheckNameAvailabilityReason values are not the same. |
Applies to
Azure SDK for .NET