Share via


AppServiceNameUnavailableReason 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 AppServiceNameUnavailableReason : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceNameUnavailableReason>
type AppServiceNameUnavailableReason = struct
Public Structure AppServiceNameUnavailableReason
Implements IEquatable(Of AppServiceNameUnavailableReason)
Inheritance
AppServiceNameUnavailableReason
Implements

Constructors

Name Description
AppServiceNameUnavailableReason(String)

Initializes a new instance of AppServiceNameUnavailableReason.

Properties

Name Description
AlreadyExists

AlreadyExists.

Invalid

Invalid.

Methods

Name Description
Equals(AppServiceNameUnavailableReason)

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(AppServiceNameUnavailableReason, AppServiceNameUnavailableReason)

Determines if two AppServiceNameUnavailableReason values are the same.

Implicit(String to AppServiceNameUnavailableReason)

Converts a String to a AppServiceNameUnavailableReason.

Inequality(AppServiceNameUnavailableReason, AppServiceNameUnavailableReason)

Determines if two AppServiceNameUnavailableReason values are not the same.

Applies to