ContainerRepositoryProperties interface

Properties of this repository.

Properties

canDelete

Delete enabled

canList

List enabled

canRead

Read enabled

canWrite

Write enabled

createdOn

Image created time NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdatedOn

Image last update time NOTE: This property will not be serialized. It can only be populated by the server.

manifestCount

Number of the manifests NOTE: This property will not be serialized. It can only be populated by the server.

name

Image name NOTE: This property will not be serialized. It can only be populated by the server.

registryLoginServer

Registry login server name. This is likely to be similar to {registry-name}.azurecr.io. NOTE: This property will not be serialized. It can only be populated by the server.

tagCount

Number of the tags NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

canDelete

Delete enabled

canDelete?: boolean

Property Value

boolean

canList

List enabled

canList?: boolean

Property Value

boolean

canRead

Read enabled

canRead?: boolean

Property Value

boolean

canWrite

Write enabled

canWrite?: boolean

Property Value

boolean

createdOn

Image created time NOTE: This property will not be serialized. It can only be populated by the server.

createdOn: Date

Property Value

Date

lastUpdatedOn

Image last update time NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdatedOn: Date

Property Value

Date

manifestCount

Number of the manifests NOTE: This property will not be serialized. It can only be populated by the server.

manifestCount: number

Property Value

number

name

Image name NOTE: This property will not be serialized. It can only be populated by the server.

name: string

Property Value

string

registryLoginServer

Registry login server name. This is likely to be similar to {registry-name}.azurecr.io. NOTE: This property will not be serialized. It can only be populated by the server.

registryLoginServer: string

Property Value

string

tagCount

Number of the tags NOTE: This property will not be serialized. It can only be populated by the server.

tagCount: number

Property Value

number