Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerRepositoryProperties

Package version

Properties of this repository.

Hierarchy

  • ContainerRepositoryProperties

Index

Properties

Optional canDelete

canDelete: undefined | false | true

Delete enabled

Optional canList

canList: undefined | false | true

List enabled

Optional canRead

canRead: undefined | false | true

Read enabled

Optional canWrite

canWrite: undefined | false | true

Write enabled

createdOn

createdOn: Date

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

lastUpdatedOn

lastUpdatedOn: Date

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

manifestCount

manifestCount: number

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

name

name: string

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

registryLoginServer

registryLoginServer: string

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

tagCount: number

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

Optional teleportEnabled

teleportEnabled: undefined | false | true

Enables Teleport functionality on new images in the repository improving Container startup performance

Generated using TypeDoc