次の方法で共有


Microsoft.AppPlatform Spring/configServers 2022-03-01-preview

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 リポジトリの基本認証のユーザー名。

エラー

名前 形容 価値
コード エラーのコード。
メッセージ エラーのメッセージ。

Terraform (AzAPI プロバイダー) リソース定義

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 リポジトリの基本認証のユーザー名。

エラー

名前 形容 価値
コード エラーのコード。
メッセージ エラーのメッセージ。