通过


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

CheckNameAvailabilityResponse Class

The result of a name availability check.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

CheckNameAvailabilityResponse(**kwargs)

Variables

Name Description
name
str

The name whose availability was checked.

available

True if the name is available, otherwise false.

reason

The reason code explaining why the name is unavailable. Will be undefined if the name is available. Possible values include: "Invalid", "AlreadyExists".

message
str

A message explaining why the name is unavailable. Will be undefined if the name is available.