NameCheckFailureReason 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 name is not available, if nameAvailable is false.
public readonly struct NameCheckFailureReason : IEquatable<Azure.ResourceManager.DataMigration.Models.NameCheckFailureReason>
type NameCheckFailureReason = struct
Public Structure NameCheckFailureReason
Implements IEquatable(Of NameCheckFailureReason)
- Inheritance
-
NameCheckFailureReason
- Implements
Constructors
NameCheckFailureReason(String) |
Initializes a new instance of NameCheckFailureReason. |
Properties
AlreadyExists |
AlreadyExists. |
Invalid |
Invalid. |
Methods
Equals(NameCheckFailureReason) |
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(NameCheckFailureReason, NameCheckFailureReason) |
Determines if two NameCheckFailureReason values are the same. |
Implicit(String to NameCheckFailureReason) |
Converts a string to a NameCheckFailureReason. |
Inequality(NameCheckFailureReason, NameCheckFailureReason) |
Determines if two NameCheckFailureReason values are not the same. |