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