ContainerRepositoryProperties interface
這個存放庫的屬性。
屬性
can |
已啟用刪除 |
can |
清單已啟用 |
can |
已啟用讀取 |
can |
啟用寫入 |
created |
映射建立時間注意:此屬性將不會串行化。 它只能由伺服器填入。 |
last |
映射上次更新時間注意:此屬性將不會串行化。 它只能由伺服器填入。 |
manifest |
指令清單的數目注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
name | 映射名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
registry |
登錄登入伺服器名稱。 這可能類似於 {registry-name}.azurecr.io。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tag |
捲標數目注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
canDelete
已啟用刪除
canDelete?: boolean
屬性值
boolean
canList
清單已啟用
canList?: boolean
屬性值
boolean
canRead
已啟用讀取
canRead?: boolean
屬性值
boolean
canWrite
啟用寫入
canWrite?: boolean
屬性值
boolean
createdOn
映射建立時間注意:此屬性將不會串行化。 它只能由伺服器填入。
createdOn: Date
屬性值
Date
lastUpdatedOn
映射上次更新時間注意:此屬性將不會串行化。 它只能由伺服器填入。
lastUpdatedOn: Date
屬性值
Date
manifestCount
指令清單的數目注意:這個屬性將不會串行化。 它只能由伺服器填入。
manifestCount: number
屬性值
number
name
映射名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
name: string
屬性值
string
registryLoginServer
登錄登入伺服器名稱。 這可能類似於 {registry-name}.azurecr.io。 注意:這個屬性不會串行化。 它只能由伺服器填入。
registryLoginServer: string
屬性值
string
tagCount
捲標數目注意:這個屬性將不會串行化。 它只能由伺服器填入。
tagCount: number
屬性值
number