Bicep リソース定義
publishingUsers リソースの種類は、次をターゲットとする操作でデプロイできます。
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Web/publishingUsers リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Web/publishingUsers@2015-08-01' = {
kind: 'string'
location: 'string'
name: 'web'
properties: {
name: 'string'
publishingPassword: 'string'
publishingUserName: 'string'
scmUri: 'string'
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
Microsoft.Web/publishingUsers (英語)
| 名前 |
形容 |
価値 |
| 種類 |
リソースの種類 |
文字列 |
| 位置 |
リソースの場所 |
string (必須) |
| 名前 |
リソース名 |
'web' (必須) |
| プロパティ |
|
UserProperties の |
| タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
ユーザー設定
| 名前 |
形容 |
価値 |
| 名前 |
ユーザー名 (内部) |
文字列 |
| 公開するパスワード |
発行に使用されるパスワード |
文字列 |
| 発行するユーザ名 |
発行に使用されるユーザー名 |
文字列 |
| scmUri |
ユーザー名とパスワードを含む Service Control Manager URI |
文字列 |
ARM テンプレート リソース定義
publishingUsers リソースの種類は、次をターゲットとする操作でデプロイできます。
使用例
Microsoft.Web/publishingUsers リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Web/publishingUsers",
"apiVersion": "2015-08-01",
"name": "string",
"kind": "string",
"location": "string",
"properties": {
"name": "string",
"publishingPassword": "string",
"publishingUserName": "string",
"scmUri": "string"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
Microsoft.Web/publishingUsers (英語)
| 名前 |
形容 |
価値 |
| apiVersion (英語) |
API のバージョン |
'2015-08-01' |
| 種類 |
リソースの種類 |
文字列 |
| 位置 |
リソースの場所 |
string (必須) |
| 名前 |
リソース名 |
'web' (必須) |
| プロパティ |
|
UserProperties の |
| タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
| 型 |
リソースの種類 |
'Microsoft.Web/publishingUsers' |
ユーザー設定
| 名前 |
形容 |
価値 |
| 名前 |
ユーザー名 (内部) |
文字列 |
| 公開するパスワード |
発行に使用されるパスワード |
文字列 |
| 発行するユーザ名 |
発行に使用されるユーザー名 |
文字列 |
| scmUri |
ユーザー名とパスワードを含む Service Control Manager URI |
文字列 |
publishingUsers リソースの種類は、次をターゲットとする操作でデプロイできます。
-
借主 各APIバージョンの変更プロパティ一覧については、 変更ログをご覧ください。
Microsoft.Web/publishingUsers リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/publishingUsers@2015-08-01"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
kind = "string"
properties = {
name = "string"
publishingPassword = "string"
publishingUserName = "string"
scmUri = "string"
}
}
}
プロパティ値
Microsoft.Web/publishingUsers (英語)
| 名前 |
形容 |
価値 |
| 種類 |
リソースの種類 |
文字列 |
| 位置 |
リソースの場所 |
string (必須) |
| 名前 |
リソース名 |
'web' (必須) |
| プロパティ |
|
UserProperties の |
| タグ |
リソース タグ |
タグ名と値のディクショナリ。 |
| 型 |
リソースの種類 |
"Microsoft.Web/publishingUsers@2015-08-01" (英語) |
ユーザー設定
| 名前 |
形容 |
価値 |
| 名前 |
ユーザー名 (内部) |
文字列 |
| 公開するパスワード |
発行に使用されるパスワード |
文字列 |
| 発行するユーザ名 |
発行に使用されるユーザー名 |
文字列 |
| scmUri |
ユーザー名とパスワードを含む Service Control Manager URI |
文字列 |