NewRetentionLease interface
建立新保留租用的必要資訊。
屬性
days |
考慮租用有效天數。 36500 天超過 100 (年的保留租用) 會顯示為保留組建「永久」。 |
definition |
執行的管線定義。 |
owner |
使用者提供的字串,可識別保留租用的擁有者。 |
protect |
如果設定,此租用也會防止在租用仍然有效時刪除管線。 |
run |
要保護的管線執行。 |
屬性詳細資料
daysValid
考慮租用有效天數。 36500 天超過 100 (年的保留租用) 會顯示為保留組建「永久」。
daysValid: number
屬性值
number
definitionId
執行的管線定義。
definitionId: number
屬性值
number
ownerId
使用者提供的字串,可識別保留租用的擁有者。
ownerId: string
屬性值
string
protectPipeline
如果設定,此租用也會防止在租用仍然有效時刪除管線。
protectPipeline: boolean
屬性值
boolean
runId
要保護的管線執行。
runId: number
屬性值
number