你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSCheckAvailabilityResponse Class

Definition

public class PSCheckAvailabilityResponse
type PSCheckAvailabilityResponse = class
Public Class PSCheckAvailabilityResponse
Inheritance
PSCheckAvailabilityResponse

Constructors

PSCheckAvailabilityResponse()

Properties

IsAvailable

Gets or sets <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both.

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.

Reason

Gets or sets <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. Possible values include: 'Invalid', 'AlreadyExists'

Applies to