RegistryEndpointProperties interface
RegistryEndpoint properties
Properties
| authentication | The authentication settings for the Azure Container Registry. |
| code |
The signing certificate authorities used by artifacts in the registry endpoint |
| health |
The health state of the resource. |
| host | The Container Registry endpoint hostname. |
| provisioning |
The status of the last operation. |
Property Details
authentication
The authentication settings for the Azure Container Registry.
authentication: RegistryEndpointAuthenticationUnion
Property Value
codeSigningCas
The signing certificate authorities used by artifacts in the registry endpoint
codeSigningCas?: RegistryEndpointTrustedSigningKeyUnion[]
Property Value
healthState
The health state of the resource.
healthState?: string
Property Value
string
host
The Container Registry endpoint hostname.
host: string
Property Value
string
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string