Microsoft.IoTOperations インスタンス
Bicep リソース定義
インスタンスのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.IoTOperations/instances リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.IoTOperations/instances@2024-11-01' = {
extendedLocation: {
name: 'string'
type: 'string'
}
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
description: 'string'
schemaRegistryRef: {
resourceId: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
ExtendedLocation
名前 | 形容 | 価値 |
---|---|---|
名前 | 拡張された場所の名前。 | string (必須) |
種類 | ExtendedLocation の種類。 | 'CustomLocation' (必須) |
InstanceProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | インスタンスの詳細な説明。 | 糸 |
schemaRegistryRef | この AIO インスタンスのスキーマ レジストリへの参照。 | SchemaRegistryRef (必須) |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必須) |
userAssignedIdentities | リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求内の空のオブジェクト ({}) にすることができます。 | UserAssignedIdentities の |
Microsoft.IoTOperations/instances
名前 | 形容 | 価値 |
---|---|---|
extendedLocation | リソースのエッジの場所。 | ExtendedLocation (必須) |
同一性 | このリソースに割り当てられているマネージド サービス ID。 | ManagedServiceIdentity の |
場所 | リソースが存在する地理的な場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 63 パターン = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (必須) |
プロパティ | このリソースのリソース固有のプロパティ。 | InstanceProperties |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
SchemaRegistryRef
名前 | 形容 | 価値 |
---|---|---|
resourceId | スキーマ レジストリのリソース ID。 | string (必須) |
TrackedResourceTags
名前 | 形容 | 価値 |
---|
UserAssignedIdentities
名前 | 形容 | 価値 |
---|
UserAssignedIdentity
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
インスタンスのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.IoTOperations/instances リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.IoTOperations/instances",
"apiVersion": "2024-11-01",
"name": "string",
"extendedLocation": {
"name": "string",
"type": "string"
},
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"description": "string",
"schemaRegistryRef": {
"resourceId": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
ExtendedLocation
名前 | 形容 | 価値 |
---|---|---|
名前 | 拡張された場所の名前。 | string (必須) |
種類 | ExtendedLocation の種類。 | 'CustomLocation' (必須) |
InstanceProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | インスタンスの詳細な説明。 | 糸 |
schemaRegistryRef | この AIO インスタンスのスキーマ レジストリへの参照。 | SchemaRegistryRef (必須) |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必須) |
userAssignedIdentities | リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求内の空のオブジェクト ({}) にすることができます。 | UserAssignedIdentities の |
Microsoft.IoTOperations/instances
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2024-11-01' |
extendedLocation | リソースのエッジの場所。 | ExtendedLocation (必須) |
同一性 | このリソースに割り当てられているマネージド サービス ID。 | ManagedServiceIdentity の |
場所 | リソースが存在する地理的な場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 63 パターン = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (必須) |
プロパティ | このリソースのリソース固有のプロパティ。 | InstanceProperties |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.IoTOperations/instances' |
SchemaRegistryRef
名前 | 形容 | 価値 |
---|---|---|
resourceId | スキーマ レジストリのリソース ID。 | string (必須) |
TrackedResourceTags
名前 | 形容 | 価値 |
---|
UserAssignedIdentities
名前 | 形容 | 価値 |
---|
UserAssignedIdentity
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
インスタンスのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.IoTOperations/instances リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.IoTOperations/instances@2024-11-01"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
extendedLocation = {
name = "string"
type = "string"
}
properties = {
description = "string"
schemaRegistryRef = {
resourceId = "string"
}
}
})
}
プロパティ値
ExtendedLocation
名前 | 形容 | 価値 |
---|---|---|
名前 | 拡張された場所の名前。 | string (必須) |
種類 | ExtendedLocation の種類。 | 'CustomLocation' (必須) |
InstanceProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | インスタンスの詳細な説明。 | 糸 |
schemaRegistryRef | この AIO インスタンスのスキーマ レジストリへの参照。 | SchemaRegistryRef (必須) |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必須) |
userAssignedIdentities | リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求内の空のオブジェクト ({}) にすることができます。 | UserAssignedIdentities の |
Microsoft.IoTOperations/instances
名前 | 形容 | 価値 |
---|---|---|
extendedLocation | リソースのエッジの場所。 | ExtendedLocation (必須) |
同一性 | このリソースに割り当てられているマネージド サービス ID。 | ManagedServiceIdentity の |
場所 | リソースが存在する地理的な場所 | string (必須) |
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 63 パターン = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (必須) |
プロパティ | このリソースのリソース固有のプロパティ。 | InstanceProperties |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.IoTOperations/instances@2024-11-01" |
SchemaRegistryRef
名前 | 形容 | 価値 |
---|---|---|
resourceId | スキーマ レジストリのリソース ID。 | string (必須) |
TrackedResourceTags
名前 | 形容 | 価値 |
---|
UserAssignedIdentities
名前 | 形容 | 価値 |
---|
UserAssignedIdentity
名前 | 形容 | 価値 |
---|