Package version:

Interface CheckNameAvailabilityResponse

The check availability result.

interface CheckNameAvailabilityResponse {
    message?: string;
    nameAvailable?: boolean;
    reason?: string;
}

Properties

message?: string

Detailed reason why the given name is available.

nameAvailable?: boolean

Indicates if the resource name is available.

reason?: string

The reason why the given name is not available.