Microsoft.Compute galleries/inVMAccessControlProfiles 2024-03-03
- 最新の を
する - 2024-03-03
Bicep リソース定義
galleries/inVMAccessControlProfiles リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Compute/galleries/inVMAccessControlProfiles リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Compute/galleries/inVMAccessControlProfiles@2024-03-03' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
applicableHostEndpoint: 'string'
description: 'string'
osType: 'string'
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
GalleryInVMAccessControlProfileProperties
名前 | 形容 | 価値 |
---|---|---|
applicableHostEndpoint | このプロパティを使用すると、このプロファイルでアクセス制御を定義するエンドポイントの種類を指定できます。 使用可能な値: 'WireServer' または 'IMDS' | 'IMDS' 'WireServer' (必須) |
形容 | このギャラリー inVMAccessControlProfile リソースの説明。 このプロパティは更新可能です。 | 糸 |
osType | このプロパティを使用すると、このプロファイルを使用できる VM/VMSS の OS の種類を指定できます。 使用可能な値は、"Windows" または "Linux" です。 | 'Linux' 'Windows' (必須) |
Microsoft.Compute/galleries/inVMAccessControlProfiles
名前 | 形容 | 価値 |
---|---|---|
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最大長 = パターン = ^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$ (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボル名: ギャラリー |
プロパティ | inVMAccessControlProfile のギャラリーのプロパティについて説明します。 | GalleryInVMAccessControlProfileProperties の |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
ResourceTags
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
galleries/inVMAccessControlProfiles リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Compute/galleries/inVMAccessControlProfiles リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Compute/galleries/inVMAccessControlProfiles",
"apiVersion": "2024-03-03",
"name": "string",
"location": "string",
"properties": {
"applicableHostEndpoint": "string",
"description": "string",
"osType": "string"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
GalleryInVMAccessControlProfileProperties
名前 | 形容 | 価値 |
---|---|---|
applicableHostEndpoint | このプロパティを使用すると、このプロファイルでアクセス制御を定義するエンドポイントの種類を指定できます。 使用可能な値: 'WireServer' または 'IMDS' | 'IMDS' 'WireServer' (必須) |
形容 | このギャラリー inVMAccessControlProfile リソースの説明。 このプロパティは更新可能です。 | 糸 |
osType | このプロパティを使用すると、このプロファイルを使用できる VM/VMSS の OS の種類を指定できます。 使用可能な値は、"Windows" または "Linux" です。 | 'Linux' 'Windows' (必須) |
Microsoft.Compute/galleries/inVMAccessControlProfiles
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2024-03-03' |
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最大長 = パターン = ^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$ (必須) |
プロパティ | inVMAccessControlProfile のギャラリーのプロパティについて説明します。 | GalleryInVMAccessControlProfileProperties の |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Compute/galleries/inVMAccessControlProfiles' |
ResourceTags
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
galleries/inVMAccessControlProfiles リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Compute/galleries/inVMAccessControlProfiles リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Compute/galleries/inVMAccessControlProfiles@2024-03-03"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
applicableHostEndpoint = "string"
description = "string"
osType = "string"
}
})
}
プロパティ値
GalleryInVMAccessControlProfileProperties
名前 | 形容 | 価値 |
---|---|---|
applicableHostEndpoint | このプロパティを使用すると、このプロファイルでアクセス制御を定義するエンドポイントの種類を指定できます。 使用可能な値: 'WireServer' または 'IMDS' | 'IMDS' 'WireServer' (必須) |
形容 | このギャラリー inVMAccessControlProfile リソースの説明。 このプロパティは更新可能です。 | 糸 |
osType | このプロパティを使用すると、このプロファイルを使用できる VM/VMSS の OS の種類を指定できます。 使用可能な値は、"Windows" または "Linux" です。 | 'Linux' 'Windows' (必須) |
Microsoft.Compute/galleries/inVMAccessControlProfiles
名前 | 形容 | 価値 |
---|---|---|
場所 | リソースの場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最大長 = パターン = ^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$ (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: ギャラリー |
プロパティ | inVMAccessControlProfile のギャラリーのプロパティについて説明します。 | GalleryInVMAccessControlProfileProperties の |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Compute/galleries/inVMAccessControlProfiles@2024-03-03" |
ResourceTags
名前 | 形容 | 価値 |
---|