RegistryNameStatus interface
The result of a request to check the availability of a container registry name.
Properties
| available |
The complete login server name with domain name label (DNL) hash, if available |
| 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
availableLoginServerName
The complete login server name with domain name label (DNL) hash, if available
availableLoginServerName?: string
Property Value
string
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