Freigeben über


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

Name Description
NetAppNameUnavailableReason(String)

Initializes a new instance of NetAppNameUnavailableReason.

Properties

Name Description
AlreadyExists

AlreadyExists.

Invalid

Invalid.

Methods

Name Description
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

Name Description
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