Microsoft.Web sites/slots/sourcecontrols 2015-08-01
Bicep リソース定義
サイト/スロット/sourcecontrols リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/slots/sourcecontrols リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Web/sites/slots/sourcecontrols@2015-08-01' = {
parent: resourceSymbolicName
kind: 'string'
location: 'string'
name: 'web'
properties: {
branch: 'string'
deploymentRollbackEnabled: bool
isManualIntegration: bool
isMercurial: bool
repoUrl: 'string'
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
Microsoft.Web/sites/slots/sourcecontrols
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 糸 |
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | 'web' (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: サイト/スロット |
プロパティ | SiteSourceControlProperties の |
|
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
ResourceTags
名前 | 形容 | 価値 |
---|
SiteSourceControlProperties
名前 | 形容 | 価値 |
---|---|---|
枝 | デプロイに使用するブランチの名前 | 糸 |
deploymentRollbackEnabled | 手動または継続的インテグレーションのどちらにするか | bool |
isManualIntegration | 手動または継続的インテグレーションのどちらにするか | bool |
isMercurial | Mercurial または Git リポジトリの種類 | bool |
repoUrl | リポジトリまたはソース管理の URL | 糸 |
ARM テンプレート リソース定義
サイト/スロット/sourcecontrols リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/slots/sourcecontrols リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Web/sites/slots/sourcecontrols",
"apiVersion": "2015-08-01",
"name": "string",
"kind": "string",
"location": "string",
"properties": {
"branch": "string",
"deploymentRollbackEnabled": "bool",
"isManualIntegration": "bool",
"isMercurial": "bool",
"repoUrl": "string"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
Microsoft.Web/sites/slots/sourcecontrols
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2015-08-01' |
種類 | リソースの種類 | 糸 |
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | 'web' (必須) |
プロパティ | SiteSourceControlProperties の |
|
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Web/sites/slots/sourcecontrols' |
ResourceTags
名前 | 形容 | 価値 |
---|
SiteSourceControlProperties
名前 | 形容 | 価値 |
---|---|---|
枝 | デプロイに使用するブランチの名前 | 糸 |
deploymentRollbackEnabled | 手動または継続的インテグレーションのどちらにするか | bool |
isManualIntegration | 手動または継続的インテグレーションのどちらにするか | bool |
isMercurial | Mercurial または Git リポジトリの種類 | bool |
repoUrl | リポジトリまたはソース管理の URL | 糸 |
Terraform (AzAPI プロバイダー) リソース定義
サイト/スロット/sourcecontrols リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/sites/slots/sourcecontrols リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/sites/slots/sourcecontrols@2015-08-01"
name = "string"
kind = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
branch = "string"
deploymentRollbackEnabled = bool
isManualIntegration = bool
isMercurial = bool
repoUrl = "string"
}
})
}
プロパティ値
Microsoft.Web/sites/slots/sourcecontrols
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 糸 |
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | 'web' (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: サイト/スロット |
プロパティ | SiteSourceControlProperties の |
|
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Web/sites/slots/sourcecontrols@2015-08-01" |
ResourceTags
名前 | 形容 | 価値 |
---|
SiteSourceControlProperties
名前 | 形容 | 価値 |
---|---|---|
枝 | デプロイに使用するブランチの名前 | 糸 |
deploymentRollbackEnabled | 手動または継続的インテグレーションのどちらにするか | bool |
isManualIntegration | 手動または継続的インテグレーションのどちらにするか | bool |
isMercurial | Mercurial または Git リポジトリの種類 | bool |
repoUrl | リポジトリまたはソース管理の URL | 糸 |