Package version:

The result of a request to check the availability of a container registry name.

interface RegistryNameStatus {
    availableLoginServerName?: string;
    message?: string;
    nameAvailable?: boolean;
    reason?: string;
}

Properties

availableLoginServerName?: string

The complete login server name with domain name label (DNL) hash, if available

message?: string

If any, the error message that provides more detail for the reason that the name is not available.

nameAvailable?: boolean

The value that indicates whether the name is available.

reason?: string

If any, the reason that the name is not available.