ResourceNameAvailabilityInner Class

Definition

Information regarding availability of a resource name.

public class ResourceNameAvailabilityInner
type ResourceNameAvailabilityInner = class
Public Class ResourceNameAvailabilityInner
Inheritance
ResourceNameAvailabilityInner

Constructors

ResourceNameAvailabilityInner()

Initializes a new instance of the ResourceNameAvailabilityInner class.

ResourceNameAvailabilityInner(Nullable<Boolean>, InAvailabilityReasonType, String)

Initializes a new instance of the ResourceNameAvailabilityInner class.

Properties

Message

Gets or sets if reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name.

NameAvailable

Gets or sets &lt;code&gt;true&lt;/code&gt; indicates name is valid and available. &lt;code&gt;false&lt;/code&gt; indicates the name is invalid, unavailable, or both.

Reason

Gets or sets &lt;code&gt;Invalid&lt;/code&gt; indicates the name provided does not match Azure App Service naming requirements. &lt;code&gt;AlreadyExists&lt;/code&gt; indicates that the name is already in use and is therefore unavailable. Possible values include: 'Invalid', 'AlreadyExists'

Applies to