次の方法で共有


Microsoft.MachineLearningServices ワークスペース/privateEndpointConnections 2023-08-01-preview

Bicep リソース定義

workspaces/privateEndpointConnections リソースの種類は、次を対象とする操作でデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.MachineLearningServices/workspaces/privateEndpointConnections リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-08-01-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
    {customized property}: 'string'
    {customized property}: 'string'
  sku: {
    capacity: int
    family: 'string'
    name: 'string'
    size: 'string'
    tier: 'string'
  }
  parent: resourceSymbolicName
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  properties: {
    privateEndpoint: {}
    privateLinkServiceConnectionState: {
      actionsRequired: 'string'
      description: 'string'
      status: 'string'
    }
    provisioningState: 'string'
  }
}

プロパティ値

workspaces/privateEndpointConnections

名前 説明
name リソース名

Bicep で子リソースの名前と型を設定する方法を参照してください。
string (必須)
location ワークスペースの場所と同じです。 string
tags {string} の辞書 タグ名と値のディクショナリ。 「テンプレートのタグ」を参照してください
sku 省略可能。 このフィールドは、AML が複数のレベルをサポートしているため、RP で実装する必要があります SKU
parent Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「 親リソースの外部にある子リソース」を参照してください。
種類のリソースのシンボル名: ワークスペース
identity マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID) ManagedServiceIdentity
properties プライベート エンドポイント接続プロパティ。 PrivateEndpointConnectionProperties

ManagedServiceIdentity

名前 説明
type マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必須)
userAssignedIdentities リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値には、要求で空のオブジェクト ({}) を指定できます。 UserAssignedIdentities

UserAssignedIdentities

名前 説明
{カスタマイズされたプロパティ} UserAssignedIdentity

UserAssignedIdentity

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

PrivateEndpointConnectionProperties

名前 説明
privateEndpoint プライベート エンドポイント リソース。 WorkspacePrivateEndpointResource
privateLinkServiceConnectionState 接続の状態。 PrivateLinkServiceConnectionState
provisioningState 現在のプロビジョニング状態。 'Creating'
'削除中'
'Failed'
'Succeeded'

WorkspacePrivateEndpointResource

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

PrivateLinkServiceConnectionState

名前 説明
actionsRequired 一部の RP は "None" を選択しました。 他の RP では、リージョンの拡張にこれを使用します。 string
description NRP ドキュメントごとに、承認関連のメッセージに使用できるユーザー定義メッセージ。 string
status サービス プロバイダーとのサービス コンシューマーの接続状態 '承認済み'
'Disconnected'
'保留中'
'Rejected'
'Timeout'

Sku

名前 説明
capacity SKU でスケールアウト/インがサポートされている場合は、容量整数を含める必要があります。 リソースに対してスケールアウト/インができない場合は、これを省略できます。 INT
family サービスのハードウェアの世代が異なる場合は、同じ SKU に対して、ここでキャプチャできます。 string
name SKU の名前。 例 - P3。 通常は文字 +数字のコードです string (必須)
size SKU サイズ。 name フィールドがレベルと他の値の組み合わせである場合、これはスタンドアロン コードになります。 string
レベル サービスに複数のレベルがあるが PUT では必要ない場合、このフィールドはリソース プロバイダーによって実装される必要があります。 'Basic'
'Free'
'Premium'
'Standard'

ARM テンプレート リソース定義

workspaces/privateEndpointConnections リソースの種類は、次をターゲットとする操作と共にデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.MachineLearningServices/workspaces/privateEndpointConnections リソースを作成するには、テンプレートに次の JSON を追加します。

{
  "type": "Microsoft.MachineLearningServices/workspaces/privateEndpointConnections",
  "apiVersion": "2023-08-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
    "{customized property}": "string",
    "{customized property}": "string"
  "sku": {
    "capacity": "int",
    "family": "string",
    "name": "string",
    "size": "string",
    "tier": "string"
  },
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {}
    }
  },
  "properties": {
    "privateEndpoint": {},
    "privateLinkServiceConnectionState": {
      "actionsRequired": "string",
      "description": "string",
      "status": "string"
    },
    "provisioningState": "string"
  }
}

プロパティ値

workspaces/privateEndpointConnections

名前 説明
type リソースの種類 'Microsoft.MachineLearningServices/workspaces/privateEndpointConnections'
apiVersion リソース API のバージョン '2023-08-01-preview'
name リソース名

JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。
string (必須)
location ワークスペースの場所と同じです。 string
tags {string} の辞書 タグの名前と値のディクショナリ。 「テンプレート内のタグ」を参照してください
sku 省略可能。 このフィールドは、AML が複数のレベルをサポートしているため、RP で実装する必要があります SKU
identity マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID) ManagedServiceIdentity
properties プライベート エンドポイント接続プロパティ。 PrivateEndpointConnectionProperties

ManagedServiceIdentity

名前 説明
type マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必須)
userAssignedIdentities リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値には、要求で空のオブジェクト ({}) を指定できます。 UserAssignedIdentities

UserAssignedIdentities

名前 説明
{カスタマイズされたプロパティ} UserAssignedIdentity

UserAssignedIdentity

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

PrivateEndpointConnectionProperties

名前 説明
privateEndpoint プライベート エンドポイント リソース。 WorkspacePrivateEndpointResource
privateLinkServiceConnectionState 接続の状態。 PrivateLinkServiceConnectionState
provisioningState 現在のプロビジョニング状態。 'Creating'
'削除中'
'Failed'
'Succeeded'

WorkspacePrivateEndpointResource

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

PrivateLinkServiceConnectionState

名前 説明
actionsRequired 一部の RP では "None" が選択されています。 他の RP では、リージョンの拡張にこれを使用します。 string
description NRP ドキュメントごとに、承認関連のメッセージに使用できるユーザー定義メッセージ。 string
status サービス プロバイダーとのサービス コンシューマーの接続状態 '承認済み'
'Disconnected'
'保留中'
'Rejected'
'Timeout'

Sku

名前 説明
capacity SKU でスケールアウト/インがサポートされている場合は、容量整数を含める必要があります。 リソースに対してスケールアウト/インができない場合は、これを省略できます。 INT
family 同じ SKU に対して、サービスの世代が異なるハードウェアがある場合は、ここでキャプチャできます。 string
name SKU の名前。 例 - P3。 通常は文字 +数値コードです string (必須)
size SKU サイズ。 name フィールドがレベルと他の値の組み合わせである場合、これはスタンドアロン コードになります。 string
レベル このフィールドは、サービスに複数のレベルがあるが PUT では必要ない場合は、リソース プロバイダーによって実装される必要があります。 'Basic'
'Free'
'Premium'
'Standard'

Terraform (AzAPI プロバイダー) リソース定義

workspaces/privateEndpointConnections リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループ

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.MachineLearningServices/workspaces/privateEndpointConnections リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-08-01-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
    {customized property} = "string"
    {customized property} = "string"
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      privateEndpoint = {}
      privateLinkServiceConnectionState = {
        actionsRequired = "string"
        description = "string"
        status = "string"
      }
      provisioningState = "string"
    }
    sku = {
      capacity = int
      family = "string"
      name = "string"
      size = "string"
      tier = "string"
    }
  })
}

プロパティ値

workspaces/privateEndpointConnections

名前 説明
type リソースの種類 "Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-08-01-preview"
name リソース名 string (必須)
location ワークスペースの場所と同じです。 string
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: ワークスペース
tags {string} の辞書 タグ名と値のディクショナリ。
sku 省略可能。 このフィールドは、AML が複数のレベルをサポートしているため、RP で実装する必要があります SKU
identity マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID) ManagedServiceIdentity
properties プライベート エンドポイント接続プロパティ。 PrivateEndpointConnectionProperties

ManagedServiceIdentity

名前 説明
type マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 "SystemAssigned"
"SystemAssigned,UserAssigned"
"UserAssigned" (必須)
identity_ids リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値には、要求で空のオブジェクト ({}) を指定できます。 ユーザー ID ID の配列。

UserAssignedIdentities

名前 説明
{カスタマイズされたプロパティ} UserAssignedIdentity

UserAssignedIdentity

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

PrivateEndpointConnectionProperties

名前 説明
privateEndpoint プライベート エンドポイント リソース。 WorkspacePrivateEndpointResource
privateLinkServiceConnectionState 接続の状態。 PrivateLinkServiceConnectionState
provisioningState 現在のプロビジョニング状態。 "作成中"
"削除中"
"Failed"
"Succeeded"

WorkspacePrivateEndpointResource

このオブジェクトには、デプロイ中に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

PrivateLinkServiceConnectionState

名前 説明
actionsRequired 一部の RP では "None" が選択されています。 他の RP では、リージョンの拡張にこれを使用します。 string
description NRP ドキュメントごとに、承認関連のメッセージに使用できるユーザー定義メッセージ。 string
status サービス プロバイダーとのサービス コンシューマーの接続状態 "承認済み"
"切断済み"
"保留中"
"Rejected"
"Timeout"

Sku

名前 説明
capacity SKU でスケールアウト/インがサポートされている場合は、容量整数を含める必要があります。 リソースに対してスケールアウト/インができない場合は、これを省略できます。 INT
family 同じ SKU に対して、サービスの世代が異なるハードウェアがある場合は、ここでキャプチャできます。 string
name SKU の名前。 例 - P3。 通常は文字 +数値コードです string (必須)
size SKU サイズ。 name フィールドがレベルと他の値の組み合わせである場合、これはスタンドアロン コードになります。 string
レベル このフィールドは、サービスに複数のレベルがあるが PUT では必要ない場合は、リソース プロバイダーによって実装される必要があります。 "Basic"
"Free"
"Premium"
"Standard"