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