Microsoft.Compute ギャラリー/アプリケーション 2019-03-01
Bicep リソース定義
ギャラリー/アプリケーションのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Compute/galleries/applications リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Compute/galleries/applications@2019-03-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
description: 'string'
endOfLifeDate: 'string'
eula: 'string'
privacyStatementUri: 'string'
releaseNoteUri: 'string'
supportedOSType: 'string'
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
GalleryApplicationProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | このギャラリーアプリケーション定義リソースの説明。 このプロパティは更新可能です。 | 糸 |
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": "2019-03-01",
"name": "string",
"location": "string",
"properties": {
"description": "string",
"endOfLifeDate": "string",
"eula": "string",
"privacyStatementUri": "string",
"releaseNoteUri": "string",
"supportedOSType": "string"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
GalleryApplicationProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | このギャラリーアプリケーション定義リソースの説明。 このプロパティは更新可能です。 | 糸 |
endOfLifeDate | ギャラリーアプリケーション定義の有効期間の終了日。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。 | 糸 |
eula | ギャラリー アプリケーション定義の Eula 契約。 | 糸 |
privacyStatementUri | プライバシーに関する声明の URI。 | 糸 |
releaseNoteUri | リリース ノート URI。 | 糸 |
supportedOSType | このプロパティを使用すると、アプリケーションがビルドされる OS のサポートされている種類を指定できます。 使用可能な値は次のとおりです。 Windows の Linux |
'Linux' 'Windows' (必須) |
Microsoft.Compute/galleries/applications
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2019-03-01' |
場所 | リソースの場所 | 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@2019-03-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
description = "string"
endOfLifeDate = "string"
eula = "string"
privacyStatementUri = "string"
releaseNoteUri = "string"
supportedOSType = "string"
}
})
}
プロパティ値
GalleryApplicationProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | このギャラリーアプリケーション定義リソースの説明。 このプロパティは更新可能です。 | 糸 |
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@2019-03-01" |
ResourceTags
名前 | 形容 | 価値 |
---|