次の方法で共有


NameAvailabilityCheckResult Class

The response spec of checking name availability.

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

Inheritance
msrest.serialization.Model
NameAvailabilityCheckResult

Constructor

NameAvailabilityCheckResult(*, name_available: bool | None = None, **kwargs)

Parameters

Name Description
name_available
Required

This indicates whether the name is available.

Keyword-Only Parameters

Name Description
name_available
Required

Variables

Name Description
reason
str

The reason of the result.

message
str

The related message.