Microsoft.Compute ギャラリー/アプリケーション 2023-07-03
Bicep リソース定義
ギャラリー/アプリケーションのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Compute/galleries/applications リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Compute/galleries/applications@2023-07-03' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
parent: resourceSymbolicName
properties: {
customActions: [
{
description: 'string'
name: 'string'
parameters: [
{
defaultValue: 'string'
description: 'string'
name: 'string'
required: bool
type: 'string'
}
]
script: 'string'
}
]
description: 'string'
endOfLifeDate: 'string'
eula: 'string'
privacyStatementUri: 'string'
releaseNoteUri: 'string'
supportedOSType: 'string'
}
}
プロパティ値
galleries/applications
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) 文字制限: 1 ~ 80 有効な文字: 英数字、ハイフン、およびピリオド。 開始と終了は英数字で行います。 |
場所 | リソースの場所 | string (必須) |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボル名: ギャラリー |
プロパティ | ギャラリーアプリケーション定義のプロパティについて説明します。 | GalleryApplicationProperties の |
GalleryApplicationProperties
名前 | 形容 | 価値 |
---|---|---|
customActions | このギャラリー アプリケーション内のすべてのギャラリー アプリケーション バージョンで実行できるカスタム アクションの一覧。 | GalleryApplicationCustomAction[] |
形容 | このギャラリーアプリケーション定義リソースの説明。 このプロパティは更新可能です。 | 糸 |
endOfLifeDate | ギャラリーアプリケーション定義の有効期間の終了日。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。 | 糸 |
eula | ギャラリー アプリケーション定義の Eula 契約。 | 糸 |
privacyStatementUri | プライバシーに関する声明の URI。 | 糸 |
releaseNoteUri | リリース ノート URI。 | 糸 |
supportedOSType | このプロパティを使用すると、アプリケーションがビルドされる OS のサポートされている種類を指定できます。 使用可能な値は、Windows Linuxです。 | 'Linux' 'Windows' (必須) |
GalleryApplicationCustomAction
名前 | 形容 | 価値 |
---|---|---|
形容 | このカスタム アクションの動作をユーザーが理解するのに役立つ説明。 | 糸 |
名前 | カスタム アクションの名前。 ギャラリー アプリケーションのバージョン内で一意である必要があります。 | string (必須) |
パラメーター | このカスタム アクションで使用されるパラメーター | GalleryApplicationCustomActionParameter[] |
スクリプト | このカスタム アクションの実行時に実行するスクリプト。 | string (必須) |
GalleryApplicationCustomActionParameter
名前 | 形容 | 価値 |
---|---|---|
defaultValue | パラメーターの既定値。 文字列型にのみ適用されます | 糸 |
形容 | ユーザーがこのパラメーターの意味を理解するのに役立つ説明 | 糸 |
名前 | カスタム アクションの名前。 ギャラリー アプリケーションのバージョン内で一意である必要があります。 | string (必須) |
必須 | カスタム アクションの実行時にこのパラメーターを渡す必要があるかどうかを示します。 | bool |
種類 | カスタム アクション パラメーターの種類を指定します。 指定できる値は、String、ConfigurationDataBlob、LogOutputBlob です。 | 'ConfigurationDataBlob' 'LogOutputBlob' 'String' |
ARM テンプレート リソース定義
ギャラリー/アプリケーションのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Compute/galleries/applications リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Compute/galleries/applications",
"apiVersion": "2023-07-03",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"customActions": [
{
"description": "string",
"name": "string",
"parameters": [
{
"defaultValue": "string",
"description": "string",
"name": "string",
"required": "bool",
"type": "string"
}
],
"script": "string"
}
],
"description": "string",
"endOfLifeDate": "string",
"eula": "string",
"privacyStatementUri": "string",
"releaseNoteUri": "string",
"supportedOSType": "string"
}
}
プロパティ値
galleries/applications
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.Compute/galleries/applications' |
apiVersion | リソース API のバージョン | '2023-07-03' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) 文字制限: 1 ~ 80 有効な文字: 英数字、ハイフン、およびピリオド。 開始と終了は英数字で行います。 |
場所 | リソースの場所 | string (必須) |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
プロパティ | ギャラリーアプリケーション定義のプロパティについて説明します。 | GalleryApplicationProperties の |
GalleryApplicationProperties
名前 | 形容 | 価値 |
---|---|---|
customActions | このギャラリー アプリケーション内のすべてのギャラリー アプリケーション バージョンで実行できるカスタム アクションの一覧。 | GalleryApplicationCustomAction[] |
形容 | このギャラリーアプリケーション定義リソースの説明。 このプロパティは更新可能です。 | 糸 |
endOfLifeDate | ギャラリーアプリケーション定義の有効期間の終了日。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。 | 糸 |
eula | ギャラリー アプリケーション定義の Eula 契約。 | 糸 |
privacyStatementUri | プライバシーに関する声明の URI。 | 糸 |
releaseNoteUri | リリース ノート URI。 | 糸 |
supportedOSType | このプロパティを使用すると、アプリケーションがビルドされる OS のサポートされている種類を指定できます。 使用可能な値は、Windows Linuxです。 | 'Linux' 'Windows' (必須) |
GalleryApplicationCustomAction
名前 | 形容 | 価値 |
---|---|---|
形容 | このカスタム アクションの動作をユーザーが理解するのに役立つ説明。 | 糸 |
名前 | カスタム アクションの名前。 ギャラリー アプリケーションのバージョン内で一意である必要があります。 | string (必須) |
パラメーター | このカスタム アクションで使用されるパラメーター | GalleryApplicationCustomActionParameter[] |
スクリプト | このカスタム アクションの実行時に実行するスクリプト。 | string (必須) |
GalleryApplicationCustomActionParameter
名前 | 形容 | 価値 |
---|---|---|
defaultValue | パラメーターの既定値。 文字列型にのみ適用されます | 糸 |
形容 | ユーザーがこのパラメーターの意味を理解するのに役立つ説明 | 糸 |
名前 | カスタム アクションの名前。 ギャラリー アプリケーションのバージョン内で一意である必要があります。 | string (必須) |
必須 | カスタム アクションの実行時にこのパラメーターを渡す必要があるかどうかを示します。 | bool |
種類 | カスタム アクション パラメーターの種類を指定します。 指定できる値は、String、ConfigurationDataBlob、LogOutputBlob です。 | 'ConfigurationDataBlob' 'LogOutputBlob' 'String' |
Terraform (AzAPI プロバイダー) リソース定義
ギャラリー/アプリケーションのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Compute/galleries/applications リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Compute/galleries/applications@2023-07-03"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
customActions = [
{
description = "string"
name = "string"
parameters = [
{
defaultValue = "string"
description = "string"
name = "string"
required = bool
type = "string"
}
]
script = "string"
}
]
description = "string"
endOfLifeDate = "string"
eula = "string"
privacyStatementUri = "string"
releaseNoteUri = "string"
supportedOSType = "string"
}
})
}
プロパティ値
galleries/applications
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.Compute/galleries/applications@2023-07-03" |
名前 | リソース名 | string (必須) 文字制限: 1 ~ 80 有効な文字: 英数字、ハイフン、およびピリオド。 開始と終了は英数字で行います。 |
場所 | リソースの場所 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: ギャラリー |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
プロパティ | ギャラリーアプリケーション定義のプロパティについて説明します。 | GalleryApplicationProperties の |
GalleryApplicationProperties
名前 | 形容 | 価値 |
---|---|---|
customActions | このギャラリー アプリケーション内のすべてのギャラリー アプリケーション バージョンで実行できるカスタム アクションの一覧。 | GalleryApplicationCustomAction[] |
形容 | このギャラリーアプリケーション定義リソースの説明。 このプロパティは更新可能です。 | 糸 |
endOfLifeDate | ギャラリーアプリケーション定義の有効期間の終了日。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。 | 糸 |
eula | ギャラリー アプリケーション定義の Eula 契約。 | 糸 |
privacyStatementUri | プライバシーに関する声明の URI。 | 糸 |
releaseNoteUri | リリース ノート URI。 | 糸 |
supportedOSType | このプロパティを使用すると、アプリケーションがビルドされる OS のサポートされている種類を指定できます。 使用可能な値は、Windows Linuxです。 | "Linux" "Windows" (必須) |
GalleryApplicationCustomAction
名前 | 形容 | 価値 |
---|---|---|
形容 | このカスタム アクションの動作をユーザーが理解するのに役立つ説明。 | 糸 |
名前 | カスタム アクションの名前。 ギャラリー アプリケーションのバージョン内で一意である必要があります。 | string (必須) |
パラメーター | このカスタム アクションで使用されるパラメーター | GalleryApplicationCustomActionParameter[] |
スクリプト | このカスタム アクションの実行時に実行するスクリプト。 | string (必須) |
GalleryApplicationCustomActionParameter
名前 | 形容 | 価値 |
---|---|---|
defaultValue | パラメーターの既定値。 文字列型にのみ適用されます | 糸 |
形容 | ユーザーがこのパラメーターの意味を理解するのに役立つ説明 | 糸 |
名前 | カスタム アクションの名前。 ギャラリー アプリケーションのバージョン内で一意である必要があります。 | string (必須) |
必須 | カスタム アクションの実行時にこのパラメーターを渡す必要があるかどうかを示します。 | bool |
種類 | カスタム アクション パラメーターの種類を指定します。 指定できる値は、String、ConfigurationDataBlob、LogOutputBlob です。 | "ConfigurationDataBlob" "LogOutputBlob" "String" |