Microsoft.Web サイト/展開 2015-08-01
Bicep リソース定義
サイト/デプロイ リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/deployments リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Web/sites/deployments@2015-08-01' = {
parent: resourceSymbolicName
kind: 'string'
location: 'string'
name: 'string'
properties: {
active: bool
author: 'string'
author_email: 'string'
deployer: 'string'
details: 'string'
end_time: 'string'
id: 'string'
message: 'string'
start_time: 'string'
status: int
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
DeploymentProperties
名前 | 形容 | 価値 |
---|---|---|
能動 | 能動 | bool |
著者 | 著者 | 糸 |
author_email | AuthorEmail | 糸 |
deployer | Deployer | 糸 |
細部 | ディテール | 糸 |
end_time | EndTime | 糸 |
身分証明書 | 身分証明書 | 糸 |
メッセージ | メッセージ | 糸 |
start_time | StartTime | 糸 |
地位 | 地位 | int |
Microsoft.Web/sites/deployments
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 糸 |
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: サイト |
プロパティ | DeploymentProperties | |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
ResourceTags
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
サイト/デプロイ リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/deployments リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Web/sites/deployments",
"apiVersion": "2015-08-01",
"name": "string",
"kind": "string",
"location": "string",
"properties": {
"active": "bool",
"author": "string",
"author_email": "string",
"deployer": "string",
"details": "string",
"end_time": "string",
"id": "string",
"message": "string",
"start_time": "string",
"status": "int"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
DeploymentProperties
名前 | 形容 | 価値 |
---|---|---|
能動 | 能動 | bool |
著者 | 著者 | 糸 |
author_email | AuthorEmail | 糸 |
deployer | Deployer | 糸 |
細部 | ディテール | 糸 |
end_time | EndTime | 糸 |
身分証明書 | 身分証明書 | 糸 |
メッセージ | メッセージ | 糸 |
start_time | StartTime | 糸 |
地位 | 地位 | int |
Microsoft.Web/sites/deployments
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2015-08-01' |
種類 | リソースの種類 | 糸 |
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | string (必須) |
プロパティ | DeploymentProperties | |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Web/sites/deployments' |
ResourceTags
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
サイト/デプロイ リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/deployments リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/sites/deployments@2015-08-01"
name = "string"
kind = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
active = bool
author = "string"
author_email = "string"
deployer = "string"
details = "string"
end_time = "string"
id = "string"
message = "string"
start_time = "string"
status = int
}
})
}
プロパティ値
DeploymentProperties
名前 | 形容 | 価値 |
---|---|---|
能動 | 能動 | bool |
著者 | 著者 | 糸 |
author_email | AuthorEmail | 糸 |
deployer | Deployer | 糸 |
細部 | ディテール | 糸 |
end_time | EndTime | 糸 |
身分証明書 | 身分証明書 | 糸 |
メッセージ | メッセージ | 糸 |
start_time | StartTime | 糸 |
地位 | 地位 | int |
Microsoft.Web/sites/deployments
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 糸 |
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: サイト |
プロパティ | DeploymentProperties | |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Web/sites/deployments@2015-08-01" |
ResourceTags
名前 | 形容 | 価値 |
---|