RegistryNameStatus interface
The result of a request to check the availability of a container registry name.
Properties
message | If any, the error message that provides more detail for the reason that the name is not available. |
name |
The value that indicates whether the name is available. |
reason | If any, the reason that the name is not available. |
Property Details
message
If any, the error message that provides more detail for the reason that the name is not available.
message?: string
Property Value
string
nameAvailable
The value that indicates whether the name is available.
nameAvailable?: boolean
Property Value
boolean
reason
If any, the reason that the name is not available.
reason?: string
Property Value
string