Share via


NetAppNameUnavailableReason Struct

Definition

<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