Microsoft.AppPlatform Spring/apps/deployments 2020-07-01
- 最新の を
する - 2024-05-01-preview
- 2024-01-01-preview
- 2023-12-01
- 2023-11-01-preview
- 2023-09-01-preview
- 2023-07-01-preview
- 2023-05-01-preview
- 2023-03-01-preview
- 2023-01-01-preview
- 2022-12-01
- 2022-11-01-preview
- 2022-09-01-preview
- 2022-05-01-preview
- 2022-04-01
- 2022-03-01-preview
- 2022-01-01-preview
- 2021-09-01-preview
- 2021-06-01-preview
- 2020-11-01-preview
- 2020-07-01
Bicep リソース定義
Spring/apps/deployments リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.AppPlatform/Spring/apps/deployments リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.AppPlatform/Spring/apps/deployments@2020-07-01' = {
name: 'string'
sku: {
capacity: int
name: 'string'
tier: 'string'
}
parent: resourceSymbolicName
properties: {
deploymentSettings: {
cpu: int
environmentVariables: {
{customized property}: 'string'
}
jvmOptions: 'string'
memoryInGB: int
netCoreMainEntryPath: 'string'
runtimeVersion: 'string'
}
source: {
artifactSelector: 'string'
relativePath: 'string'
type: 'string'
version: 'string'
}
}
}
プロパティ値
Spring/apps/deployments
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) |
sku | デプロイ リソースの SKU | SKU |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: アプリ |
プロパティ | デプロイ リソースのプロパティ | DeploymentResourceProperties の |
DeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
deploymentSettings | 展開の展開設定 | DeploymentSettings |
源 | デプロイのアップロードされたソース情報。 | UserSourceInfo の |
DeploymentSettings
名前 | 形容 | 価値 |
---|---|---|
cpu | 必要な CPU、Basic レベルは 1、Standard レベルは範囲 (1、4) である必要があります | int |
environmentVariables | 環境変数のコレクション | DeploymentSettingsEnvironmentVariables |
jvmOptions | JVM パラメーター | 糸 |
memoryInGB | 必要なメモリ サイズ (GB)、Basic レベルの範囲 (1、2)、Standard レベルの範囲 (1、8) | int |
netCoreMainEntryPath | zip ルートを基準とした .NET 実行可能ファイルへのパス | 糸 |
runtimeVersion | ランタイム バージョン | 'Java_11' 'Java_8' 'NetCore_31' |
DeploymentSettingsEnvironmentVariables
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |
UserSourceInfo
名前 | 形容 | 価値 |
---|---|---|
artifactSelector | マルチモジュール プロジェクトのデプロイに使用する成果物のセレクター。 これは次のようになります。 ターゲット モジュール/プロジェクトへの相対パス。 |
糸 |
relativePath | ソースを格納するストレージの相対パス | 糸 |
種類 | アップロードされたソースの種類 | 'Jar' 'NetCoreZip' 'Source' |
バージョン | ソースのバージョン | 糸 |
SKU
名前 | 形容 | 価値 |
---|---|---|
能力 | ターゲット リソースの現在の容量 | int |
名前 | SKU の名前 | 糸 |
層 | SKU の階層 | 糸 |
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
テンプレート | 形容 |
---|---|
単純な Azure Spring Apps マイクロサービス アプリケーション をデプロイする Azure にデプロイする |
このテンプレートは、Azure 上で実行する単純な Azure Spring Apps マイクロサービス アプリケーションをデプロイします。 |
ARM テンプレート リソース定義
Spring/apps/deployments リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.AppPlatform/Spring/apps/deployments リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.AppPlatform/Spring/apps/deployments",
"apiVersion": "2020-07-01",
"name": "string",
"sku": {
"capacity": "int",
"name": "string",
"tier": "string"
},
"properties": {
"deploymentSettings": {
"cpu": "int",
"environmentVariables": {
"{customized property}": "string"
},
"jvmOptions": "string",
"memoryInGB": "int",
"netCoreMainEntryPath": "string",
"runtimeVersion": "string"
},
"source": {
"artifactSelector": "string",
"relativePath": "string",
"type": "string",
"version": "string"
}
}
}
プロパティ値
Spring/apps/deployments
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.AppPlatform/Spring/apps/deployments' |
apiVersion | リソース API のバージョン | '2020-07-01' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) |
sku | デプロイ リソースの SKU | SKU |
プロパティ | デプロイ リソースのプロパティ | DeploymentResourceProperties の |
DeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
deploymentSettings | 展開の展開設定 | DeploymentSettings |
源 | デプロイのアップロードされたソース情報。 | UserSourceInfo の |
DeploymentSettings
名前 | 形容 | 価値 |
---|---|---|
cpu | 必要な CPU、Basic レベルは 1、Standard レベルは範囲 (1、4) である必要があります | int |
environmentVariables | 環境変数のコレクション | DeploymentSettingsEnvironmentVariables |
jvmOptions | JVM パラメーター | 糸 |
memoryInGB | 必要なメモリ サイズ (GB)、Basic レベルの範囲 (1、2)、Standard レベルの範囲 (1、8) | int |
netCoreMainEntryPath | zip ルートを基準とした .NET 実行可能ファイルへのパス | 糸 |
runtimeVersion | ランタイム バージョン | 'Java_11' 'Java_8' 'NetCore_31' |
DeploymentSettingsEnvironmentVariables
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |
UserSourceInfo
名前 | 形容 | 価値 |
---|---|---|
artifactSelector | マルチモジュール プロジェクトのデプロイに使用する成果物のセレクター。 これは次のようになります。 ターゲット モジュール/プロジェクトへの相対パス。 |
糸 |
relativePath | ソースを格納するストレージの相対パス | 糸 |
種類 | アップロードされたソースの種類 | 'Jar' 'NetCoreZip' 'Source' |
バージョン | ソースのバージョン | 糸 |
SKU
名前 | 形容 | 価値 |
---|---|---|
能力 | ターゲット リソースの現在の容量 | int |
名前 | SKU の名前 | 糸 |
層 | SKU の階層 | 糸 |
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
テンプレート | 形容 |
---|---|
単純な Azure Spring Apps マイクロサービス アプリケーション をデプロイする Azure にデプロイする |
このテンプレートは、Azure 上で実行する単純な Azure Spring Apps マイクロサービス アプリケーションをデプロイします。 |
Terraform (AzAPI プロバイダー) リソース定義
Spring/apps/deployments リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.AppPlatform/Spring/apps/deployments リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.AppPlatform/Spring/apps/deployments@2020-07-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
deploymentSettings = {
cpu = int
environmentVariables = {
{customized property} = "string"
}
jvmOptions = "string"
memoryInGB = int
netCoreMainEntryPath = "string"
runtimeVersion = "string"
}
source = {
artifactSelector = "string"
relativePath = "string"
type = "string"
version = "string"
}
}
sku = {
capacity = int
name = "string"
tier = "string"
}
})
}
プロパティ値
Spring/apps/deployments
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.AppPlatform/Spring/apps/deployments@2020-07-01" |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: アプリ |
sku | デプロイ リソースの SKU | SKU |
プロパティ | デプロイ リソースのプロパティ | DeploymentResourceProperties の |
DeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
deploymentSettings | 展開の展開設定 | DeploymentSettings |
源 | デプロイのアップロードされたソース情報。 | UserSourceInfo の |
DeploymentSettings
名前 | 形容 | 価値 |
---|---|---|
cpu | 必要な CPU、Basic レベルは 1、Standard レベルは範囲 (1、4) である必要があります | int |
environmentVariables | 環境変数のコレクション | DeploymentSettingsEnvironmentVariables |
jvmOptions | JVM パラメーター | 糸 |
memoryInGB | 必要なメモリ サイズ (GB)、Basic レベルの範囲 (1、2)、Standard レベルの範囲 (1、8) | int |
netCoreMainEntryPath | zip ルートを基準とした .NET 実行可能ファイルへのパス | 糸 |
runtimeVersion | ランタイム バージョン | "Java_11" "Java_8" "NetCore_31" |
DeploymentSettingsEnvironmentVariables
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |
UserSourceInfo
名前 | 形容 | 価値 |
---|---|---|
artifactSelector | マルチモジュール プロジェクトのデプロイに使用する成果物のセレクター。 これは次のようになります。 ターゲット モジュール/プロジェクトへの相対パス。 |
糸 |
relativePath | ソースを格納するストレージの相対パス | 糸 |
種類 | アップロードされたソースの種類 | "Jar" "NetCoreZip" "ソース" |
バージョン | ソースのバージョン | 糸 |
SKU
名前 | 形容 | 価値 |
---|---|---|
能力 | ターゲット リソースの現在の容量 | int |
名前 | SKU の名前 | 糸 |
層 | SKU の階層 | 糸 |