次の方法で共有


Microsoft.MachineLearningServices ワークスペース/privateEndpointConnections

Bicep リソース定義

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

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

リソース形式

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

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-10-01' = {
  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'
    }
  }
}

プロパティ値

workspaces/privateEndpointConnections

名前 説明
name リソース名

Bicep で子リソースの名前と型を設定する方法を参照してください。
string (必須)
location リソースの場所を指定します。 string
tags キーと値のペアとして定義されたリソース タグが含まれています。 タグ名と値のディクショナリ。 「テンプレートのタグ」を参照してください
sku ワークスペースの SKU。 SKU
parent Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「 親リソースの外部にある子リソース」を参照してください。
種類のリソースのシンボル名: ワークスペース
identity リソースの 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 プライベート エンドポイントのリソース。 PrivateEndpoint
privateLinkServiceConnectionState サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。 PrivateLinkServiceConnectionState (必須)

PrivateEndpoint

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

PrivateLinkServiceConnectionState

名前 説明
actionsRequired サービス プロバイダーの変更でコンシューマーに対する更新が必要かどうかを示すメッセージ。 string
description 接続の承認/拒否の理由。 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-10-01",
  "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"
    }
  }
}

プロパティ値

workspaces/privateEndpointConnections

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

JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。
string (必須)
location リソースの場所を指定します。 string
tags キーと値のペアとして定義されたリソース タグが含まれています。 タグ名と値のディクショナリ。 「テンプレートのタグ」を参照してください
sku ワークスペースの SKU。 SKU
identity リソースの 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 プライベート エンドポイントのリソース。 PrivateEndpoint
privateLinkServiceConnectionState サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。 PrivateLinkServiceConnectionState (必須)

PrivateEndpoint

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

PrivateLinkServiceConnectionState

名前 説明
actionsRequired サービス プロバイダーの変更にコンシューマーに対する更新が必要かどうかを示すメッセージ。 string
description 接続の承認/拒否の理由。 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-10-01"
  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"
      }
    }
    sku = {
      capacity = int
      family = "string"
      name = "string"
      size = "string"
      tier = "string"
    }
  })
}

プロパティ値

workspaces/privateEndpointConnections

名前 説明
type リソースの種類 "Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-10-01"
name リソース名 string (必須)
location リソースの場所を指定します。 string
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: ワークスペース
tags キーと値のペアとして定義されたリソース タグが含まれます。 タグの名前と値のディクショナリ。
sku ワークスペースの SKU。 SKU
identity リソースの 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 プライベート エンドポイントのリソース。 PrivateEndpoint
privateLinkServiceConnectionState サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。 PrivateLinkServiceConnectionState (必須)

PrivateEndpoint

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

PrivateLinkServiceConnectionState

名前 説明
actionsRequired サービス プロバイダーの変更でコンシューマーに対する更新が必要かどうかを示すメッセージ。 string
description 接続の承認/拒否の理由。 string
status 接続がサービスの所有者によって承認/拒否/削除されたかどうかを示します。 "承認済み"
"切断済み"
"保留中"
"Rejected"
"Timeout"

Sku

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