NetAppNameUnavailableReason 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.
<code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable.
public readonly struct NetAppNameUnavailableReason : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppNameUnavailableReason>
type NetAppNameUnavailableReason = struct
Public Structure NetAppNameUnavailableReason
Implements IEquatable(Of NetAppNameUnavailableReason)
- Inheritance
-
NetAppNameUnavailableReason
- Implements
Constructors
NetAppNameUnavailableReason(String) |
Initializes a new instance of NetAppNameUnavailableReason. |
Properties
AlreadyExists |
AlreadyExists. |
Invalid |
Invalid. |
Methods
Equals(NetAppNameUnavailableReason) |
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(NetAppNameUnavailableReason, NetAppNameUnavailableReason) |
Determines if two NetAppNameUnavailableReason values are the same. |
Implicit(String to NetAppNameUnavailableReason) |
Converts a String to a NetAppNameUnavailableReason. |
Inequality(NetAppNameUnavailableReason, NetAppNameUnavailableReason) |
Determines if two NetAppNameUnavailableReason values are not the same. |
Applies to
Azure SDK for .NET