- [アーティクル]
-
-
Bicep リソース定義
Spring/configServers リソースの種類は、次をターゲットとする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.AppPlatform/Spring/configServers リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.AppPlatform/Spring/configServers@2022-03-01-preview' = {
name: 'default'
parent: resourceSymbolicName
properties: {
configServer: {
gitProperty: {
hostKey: 'string'
hostKeyAlgorithm: 'string'
label: 'string'
password: 'string'
privateKey: 'string'
repositories: [
{
hostKey: 'string'
hostKeyAlgorithm: 'string'
label: 'string'
name: 'string'
password: 'string'
pattern: [
'string'
]
privateKey: 'string'
searchPaths: [
'string'
]
strictHostKeyChecking: bool
uri: 'string'
username: 'string'
}
]
searchPaths: [
'string'
]
strictHostKeyChecking: bool
uri: 'string'
username: 'string'
}
}
error: {
code: 'string'
message: 'string'
}
}
}
プロパティ値
Spring/configServers
名前 |
形容 |
価値 |
名前 |
リソース名
Bicepで子リソースの名前と種類 設定する方法を参照してください。 |
'default' |
親 |
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。
詳細については、「親リソースの外部 子リソース」を参照してください。 |
種類のリソースのシンボリック名: Spring |
プロパティ |
Config Server リソースのプロパティ |
ConfigServerProperties の |
ConfigServerProperties
名前 |
形容 |
価値 |
configServer |
構成サーバーの設定。 |
ConfigServerSettings の |
エラー |
構成サーバー設定の適用時にエラーが発生しました。 |
エラー |
ConfigServerSettings
名前 |
形容 |
価値 |
gitProperty |
git 環境のプロパティ。 |
ConfigServerGitProperty の |
ConfigServerGitProperty
名前 |
形容 |
価値 |
hostKey |
Git リポジトリのパブリック sshKey。 |
糸 |
hostKeyAlgorithm |
Git リポジトリの SshKey アルゴリズム。 |
糸 |
ラベル |
リポジトリのラベル |
糸 |
パスワード |
Git リポジトリの基本認証のパスワード。 |
糸 |
privateKey |
Git リポジトリのプライベート sshKey アルゴリズム。 |
糸 |
リポジトリ |
Git のリポジトリ。 |
GitPatternRepository[] |
searchPaths |
リポジトリの検索パス |
string[] |
strictHostKeyChecking |
厳密なホスト キーのチェックかどうか。 |
bool |
uri |
リポジトリの URI |
string (必須) |
username |
Git リポジトリの基本認証のユーザー名。 |
糸 |
GitPatternRepository
名前 |
形容 |
価値 |
hostKey |
Git リポジトリのパブリック sshKey。 |
糸 |
hostKeyAlgorithm |
Git リポジトリの SshKey アルゴリズム。 |
糸 |
ラベル |
リポジトリのラベル |
糸 |
名前 |
リポジトリの名前 |
string (必須) |
パスワード |
Git リポジトリの基本認証のパスワード。 |
糸 |
パターン |
リポジトリのパターンのコレクション |
string[] |
privateKey |
Git リポジトリのプライベート sshKey アルゴリズム。 |
糸 |
searchPaths |
リポジトリの検索パス |
string[] |
strictHostKeyChecking |
厳密なホスト キーのチェックかどうか。 |
bool |
uri |
リポジトリの URI |
string (必須) |
username |
Git リポジトリの基本認証のユーザー名。 |
糸 |
エラー
名前 |
形容 |
価値 |
コード |
エラーのコード。 |
糸 |
メッセージ |
エラーのメッセージ。 |
糸 |
ARM テンプレート リソース定義
Spring/configServers リソースの種類は、次をターゲットとする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.AppPlatform/Spring/configServers リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.AppPlatform/Spring/configServers",
"apiVersion": "2022-03-01-preview",
"name": "default",
"properties": {
"configServer": {
"gitProperty": {
"hostKey": "string",
"hostKeyAlgorithm": "string",
"label": "string",
"password": "string",
"privateKey": "string",
"repositories": [
{
"hostKey": "string",
"hostKeyAlgorithm": "string",
"label": "string",
"name": "string",
"password": "string",
"pattern": [ "string" ],
"privateKey": "string",
"searchPaths": [ "string" ],
"strictHostKeyChecking": "bool",
"uri": "string",
"username": "string"
}
],
"searchPaths": [ "string" ],
"strictHostKeyChecking": "bool",
"uri": "string",
"username": "string"
}
},
"error": {
"code": "string",
"message": "string"
}
}
}
プロパティ値
Spring/configServers
名前 |
形容 |
価値 |
種類 |
リソースの種類 |
'Microsoft.AppPlatform/Spring/configServers' |
apiVersion |
リソース API のバージョン |
'2022-03-01-preview' |
名前 |
リソース名
JSON ARM テンプレートで子リソースの名前と型 設定する方法を参照してください。 |
'default' |
プロパティ |
Config Server リソースのプロパティ |
ConfigServerProperties の |
ConfigServerProperties
名前 |
形容 |
価値 |
configServer |
構成サーバーの設定。 |
ConfigServerSettings の |
エラー |
構成サーバー設定の適用時にエラーが発生しました。 |
エラー |
ConfigServerSettings
名前 |
形容 |
価値 |
gitProperty |
git 環境のプロパティ。 |
ConfigServerGitProperty の |
ConfigServerGitProperty
名前 |
形容 |
価値 |
hostKey |
Git リポジトリのパブリック sshKey。 |
糸 |
hostKeyAlgorithm |
Git リポジトリの SshKey アルゴリズム。 |
糸 |
ラベル |
リポジトリのラベル |
糸 |
パスワード |
Git リポジトリの基本認証のパスワード。 |
糸 |
privateKey |
Git リポジトリのプライベート sshKey アルゴリズム。 |
糸 |
リポジトリ |
Git のリポジトリ。 |
GitPatternRepository[] |
searchPaths |
リポジトリの検索パス |
string[] |
strictHostKeyChecking |
厳密なホスト キーのチェックかどうか。 |
bool |
uri |
リポジトリの URI |
string (必須) |
username |
Git リポジトリの基本認証のユーザー名。 |
糸 |
GitPatternRepository
名前 |
形容 |
価値 |
hostKey |
Git リポジトリのパブリック sshKey。 |
糸 |
hostKeyAlgorithm |
Git リポジトリの SshKey アルゴリズム。 |
糸 |
ラベル |
リポジトリのラベル |
糸 |
名前 |
リポジトリの名前 |
string (必須) |
パスワード |
Git リポジトリの基本認証のパスワード。 |
糸 |
パターン |
リポジトリのパターンのコレクション |
string[] |
privateKey |
Git リポジトリのプライベート sshKey アルゴリズム。 |
糸 |
searchPaths |
リポジトリの検索パス |
string[] |
strictHostKeyChecking |
厳密なホスト キーのチェックかどうか。 |
bool |
uri |
リポジトリの URI |
string (必須) |
username |
Git リポジトリの基本認証のユーザー名。 |
糸 |
エラー
名前 |
形容 |
価値 |
コード |
エラーのコード。 |
糸 |
メッセージ |
エラーのメッセージ。 |
糸 |
Spring/configServers リソースの種類は、次をターゲットとする操作と共にデプロイできます。
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.AppPlatform/Spring/configServers リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.AppPlatform/Spring/configServers@2022-03-01-preview"
name = "default"
parent_id = "string"
body = jsonencode({
properties = {
configServer = {
gitProperty = {
hostKey = "string"
hostKeyAlgorithm = "string"
label = "string"
password = "string"
privateKey = "string"
repositories = [
{
hostKey = "string"
hostKeyAlgorithm = "string"
label = "string"
name = "string"
password = "string"
pattern = [
"string"
]
privateKey = "string"
searchPaths = [
"string"
]
strictHostKeyChecking = bool
uri = "string"
username = "string"
}
]
searchPaths = [
"string"
]
strictHostKeyChecking = bool
uri = "string"
username = "string"
}
}
error = {
code = "string"
message = "string"
}
}
})
}
プロパティ値
Spring/configServers
名前 |
形容 |
価値 |
種類 |
リソースの種類 |
"Microsoft.AppPlatform/Spring/configServers@2022-03-01-preview" |
名前 |
リソース名 |
"default" |
parent_id |
このリソースの親であるリソースの ID。 |
種類のリソースの ID: Spring |
プロパティ |
Config Server リソースのプロパティ |
ConfigServerProperties の |
ConfigServerProperties
名前 |
形容 |
価値 |
configServer |
構成サーバーの設定。 |
ConfigServerSettings の |
エラー |
構成サーバー設定の適用時にエラーが発生しました。 |
エラー |
ConfigServerSettings
名前 |
形容 |
価値 |
gitProperty |
git 環境のプロパティ。 |
ConfigServerGitProperty の |
ConfigServerGitProperty
名前 |
形容 |
価値 |
hostKey |
Git リポジトリのパブリック sshKey。 |
糸 |
hostKeyAlgorithm |
Git リポジトリの SshKey アルゴリズム。 |
糸 |
ラベル |
リポジトリのラベル |
糸 |
パスワード |
Git リポジトリの基本認証のパスワード。 |
糸 |
privateKey |
Git リポジトリのプライベート sshKey アルゴリズム。 |
糸 |
リポジトリ |
Git のリポジトリ。 |
GitPatternRepository[] |
searchPaths |
リポジトリの検索パス |
string[] |
strictHostKeyChecking |
厳密なホスト キーのチェックかどうか。 |
bool |
uri |
リポジトリの URI |
string (必須) |
username |
Git リポジトリの基本認証のユーザー名。 |
糸 |
GitPatternRepository
名前 |
形容 |
価値 |
hostKey |
Git リポジトリのパブリック sshKey。 |
糸 |
hostKeyAlgorithm |
Git リポジトリの SshKey アルゴリズム。 |
糸 |
ラベル |
リポジトリのラベル |
糸 |
名前 |
リポジトリの名前 |
string (必須) |
パスワード |
Git リポジトリの基本認証のパスワード。 |
糸 |
パターン |
リポジトリのパターンのコレクション |
string[] |
privateKey |
Git リポジトリのプライベート sshKey アルゴリズム。 |
糸 |
searchPaths |
リポジトリの検索パス |
string[] |
strictHostKeyChecking |
厳密なホスト キーのチェックかどうか。 |
bool |
uri |
リポジトリの URI |
string (必須) |
username |
Git リポジトリの基本認証のユーザー名。 |
糸 |
エラー
名前 |
形容 |
価値 |
コード |
エラーのコード。 |
糸 |
メッセージ |
エラーのメッセージ。 |
糸 |