你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.ContainerRegistry registries/pipelineRuns 2019-12-01-preview
Bicep 资源定义
可以使用面向以下操作部署 registries/pipelineRuns 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.ContainerRegistry/registries/pipelineRuns 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.ContainerRegistry/registries/pipelineRuns@2019-12-01-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
forceUpdateTag: 'string'
request: {
artifacts: [
'string'
]
catalogDigest: 'string'
pipelineResourceId: 'string'
source: {
name: 'string'
type: 'AzureStorageBlob'
}
target: {
name: 'string'
type: 'AzureStorageBlob'
}
}
}
}
属性值
registries/pipelineRuns
名称 | 说明 | 值 |
---|---|---|
name | 资源名称 了解如何在 Bicep 中设置子资源的名称和类型。 |
字符串 (必需) |
父级 (parent) | 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。 有关详细信息,请参阅 父资源之外的子资源。 |
类型为:registries 的资源的符号名称 |
properties | 管道运行的属性。 | PipelineRunProperties |
PipelineRunProperties
名称 | 说明 | 值 |
---|---|---|
forceUpdateTag | 即使管道运行配置未更改,也应强制重新创建管道运行。 | string |
request | 管道运行的请求参数。 | PipelineRunRequest |
PipelineRunRequest
名称 | 说明 | 值 |
---|---|---|
项目 | 要由管道传输的源项目列表。 按存储库 (“hello-world”) 指定映像。 这将使用“latest”标记。 按标记 ('hello-world:latest') 指定图像。 按基于 sha256 的清单摘要 ('hello-world@sha256:abc123') 指定映像。 |
string[] |
catalogDigest | 用于传输项目的 tar 的摘要。 | string |
pipelineResourceId | 要运行的管道的资源 ID。 | string |
source | 管道运行的源属性。 | PipelineRunSourceProperties |
目标 | 管道运行的目标属性。 | PipelineRunTargetProperties |
PipelineRunSourceProperties
名称 | 说明 | 值 |
---|---|---|
name | 源的名称。 | string |
type | 源的类型。 | “AzureStorageBlob” |
PipelineRunTargetProperties
名称 | 说明 | 值 |
---|---|---|
name | 目标的名称。 | string |
type | 目标的类型。 | “AzureStorageBlob” |
ARM 模板资源定义
可以使用面向以下操作部署 registries/pipelineRuns 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.ContainerRegistry/registries/pipelineRuns 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.ContainerRegistry/registries/pipelineRuns",
"apiVersion": "2019-12-01-preview",
"name": "string",
"properties": {
"forceUpdateTag": "string",
"request": {
"artifacts": [ "string" ],
"catalogDigest": "string",
"pipelineResourceId": "string",
"source": {
"name": "string",
"type": "AzureStorageBlob"
},
"target": {
"name": "string",
"type": "AzureStorageBlob"
}
}
}
}
属性值
registries/pipelineRuns
名称 | 说明 | Value |
---|---|---|
type | 资源类型 | “Microsoft.ContainerRegistry/registries/pipelineRuns” |
apiVersion | 资源 API 版本 | “2019-12-01-preview” |
name | 资源名称 了解如何在 JSON ARM 模板中为子资源设置名称和类型。 |
字符串 (必需) |
properties | 管道运行的属性。 | PipelineRunProperties |
PipelineRunProperties
名称 | 说明 | 值 |
---|---|---|
forceUpdateTag | 即使管道运行配置未更改,也应强制重新创建管道运行。 | string |
request | 管道运行的请求参数。 | PipelineRunRequest |
PipelineRunRequest
名称 | 说明 | 值 |
---|---|---|
项目 | 要由管道传输的源项目列表。 按存储库 (“hello-world”) 指定映像。 这将使用“latest”标记。 按标记 ('hello-world:latest') 指定图像。 按基于 sha256 的清单摘要 ('hello-world@sha256:abc123') 指定图像。 |
string[] |
catalogDigest | 用于传输项目的 tar 的摘要。 | string |
pipelineResourceId | 要运行的管道的资源 ID。 | string |
source | 管道运行的源属性。 | PipelineRunSourceProperties |
目标 | 管道运行的目标属性。 | PipelineRunTargetProperties |
PipelineRunSourceProperties
名称 | 说明 | 值 |
---|---|---|
name | 源的名称。 | string |
type | 源的类型。 | “AzureStorageBlob” |
PipelineRunTargetProperties
名称 | 说明 | 值 |
---|---|---|
name | 目标的名称。 | string |
type | 目标的类型。 | “AzureStorageBlob” |
Terraform (AzAPI 提供程序) 资源定义
注册表/pipelineRuns 资源类型可以使用面向以下对象的操作进行部署:
- 资源组
有关每个 API 版本中更改的属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.ContainerRegistry/registries/pipelineRuns 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ContainerRegistry/registries/pipelineRuns@2019-12-01-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
forceUpdateTag = "string"
request = {
artifacts = [
"string"
]
catalogDigest = "string"
pipelineResourceId = "string"
source = {
name = "string"
type = "AzureStorageBlob"
}
target = {
name = "string"
type = "AzureStorageBlob"
}
}
}
})
}
属性值
registries/pipelineRuns
名称 | 说明 | Value |
---|---|---|
type | 资源类型 | “Microsoft.ContainerRegistry/registries/pipelineRuns@2019-12-01-preview” |
name | 资源名称 | 字符串 (必需) |
parent_id | 此资源的父资源 ID。 | 类型为“注册表”的资源的 ID |
properties | 管道运行的属性。 | PipelineRunProperties |
PipelineRunProperties
名称 | 说明 | 值 |
---|---|---|
forceUpdateTag | 即使管道运行配置未更改,也应强制重新创建管道运行。 | string |
request | 管道运行的请求参数。 | PipelineRunRequest |
PipelineRunRequest
名称 | 说明 | 值 |
---|---|---|
项目 | 要由管道传输的源项目列表。 按存储库 (“hello-world”) 指定映像。 这将使用“latest”标记。 按标记 ('hello-world:latest') 指定图像。 按基于 sha256 的清单摘要 ('hello-world@sha256:abc123') 指定图像。 |
string[] |
catalogDigest | 用于传输项目的 tar 的摘要。 | string |
pipelineResourceId | 要运行的管道的资源 ID。 | string |
source | 管道运行的源属性。 | PipelineRunSourceProperties |
目标 | 管道运行的目标属性。 | PipelineRunTargetProperties |
PipelineRunSourceProperties
名称 | 说明 | 值 |
---|---|---|
name | 源的名称。 | string |
type | 源的类型。 | “AzureStorageBlob” |
PipelineRunTargetProperties
名称 | 说明 | 值 |
---|---|---|
name | 目标的名称。 | string |
type | 目标的类型。 | “AzureStorageBlob” |