共用方式為


Microsoft.MachineLearningServices workspaces/privateEndpointConnections 2023-08-01-preview

Bicep 資源定義

工作區/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 中設定子資源的名稱和類型。
字串 (必要)
location 與工作區位置相同。 字串
tags {string} 的字典 標記名稱和值的字典。 請參閱 範本中的標記
sku 選擇性。 RP 必須實作此欄位,因為 AML 支援一個以上的層 Sku
父系 (parent) 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源之外宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱: 工作區
身分識別 受控服務識別 (系統指派和/或使用者指派的身分識別) ManagedServiceIdentity
properties 私人端點連線屬性。 PrivateEndpointConnectionProperties

ManagedServiceIdentity

名稱 描述
類型 (允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 () 的空白物件 {} 。 UserAssignedIdentities

UserAssignedIdentities

名稱 描述
{自定義屬性} UserAssignedIdentity

UserAssignedIdentity

此物件不包含部署期間要設定的任何屬性。 所有屬性都是 ReadOnly。

PrivateEndpointConnectionProperties

名稱 描述
privateEndpoint 私人端點資源。 WorkspacePrivateEndpointResource
privateLinkServiceConnectionState 連線狀態。 PrivateLinkServiceConnectionState
provisioningState 目前的布建狀態。 'Creating'
'刪除'
'Failed'
'Succeeded'

WorkspacePrivateEndpointResource

此物件不包含部署期間要設定的任何屬性。 所有屬性都是 ReadOnly。

PrivateLinkServiceConnectionState

名稱 描述
actionsRequired 某些 RP 選擇 [無]。 其他 RP 會針對區域擴充使用此 RP。 字串
description 根據 NRP 檔,使用者定義訊息可用於核准相關訊息。 字串
status 服務取用者的連線狀態與服務提供者 「已核准」
'Disconnected'
'Pending'
「已拒絕」
'Timeout'

SKU

名稱 描述
處理能力 如果 SKU 支援相應放大/縮小,則應該包含容量整數。 如果資源無法相應放大/縮小,則可能會省略此專案。 int
family 如果服務有不同層代的硬體,則針對相同的SKU,則可以在這裡擷取。 字串
NAME SKU 的名稱。 例如 - P3。 通常是字母+數字代碼 字串 (必要)
{1}size{2} SKU 大小。 當名稱欄位是階層和其他一些值的組合時,這會是獨立程序代碼。 字串
tier 如果服務有多個層級,但 PUT 上不需要,則資源提供者必須實作此字段。 'Basic'
'Free'
'Premium'
'Standard'

ARM 範本資源定義

工作區/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

名稱 描述
類型 資源類型 'Microsoft.MachineLearningServices/workspaces/privateEndpointConnections'
apiVersion 資源 API 版本 '2023-08-01-preview'
NAME 資源名稱

請參閱如何在 JSON ARM 樣本中設定子資源的名稱和類型。
字串 (必要)
location 與工作區位置相同。 字串
tags {string} 的字典 標記名稱和值的字典。 請參閱 範本中的標記
sku 選擇性。 RP 必須實作此欄位,因為 AML 支援一個以上的層 Sku
身分識別 受控服務識別 (系統指派和/或使用者指派的身分識別) ManagedServiceIdentity
properties 私人端點連線屬性。 PrivateEndpointConnectionProperties

ManagedServiceIdentity

名稱 描述
類型 (允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 () 的空白物件 {} 。 UserAssignedIdentities

UserAssignedIdentities

名稱 描述
{自定義屬性} UserAssignedIdentity

UserAssignedIdentity

此物件不包含部署期間要設定的任何屬性。 所有屬性都是 ReadOnly。

PrivateEndpointConnectionProperties

名稱 描述
privateEndpoint 私人端點資源。 WorkspacePrivateEndpointResource
privateLinkServiceConnectionState 連線狀態。 PrivateLinkServiceConnectionState
provisioningState 目前的布建狀態。 'Creating'
'刪除'
'Failed'
'Succeeded'

WorkspacePrivateEndpointResource

此物件不包含部署期間要設定的任何屬性。 所有屬性都是 ReadOnly。

PrivateLinkServiceConnectionState

名稱 描述
actionsRequired 某些 RP 選擇 [無]。 其他 RP 會針對區域擴充使用此 RP。 字串
description 根據 NRP 檔,使用者定義訊息可用於核准相關訊息。 字串
status 服務取用者的連線狀態與服務提供者 「已核准」
'Disconnected'
'Pending'
「已拒絕」
'Timeout'

SKU

名稱 描述
處理能力 如果 SKU 支援相應放大/縮小,則應該包含容量整數。 如果資源無法相應放大/縮小,則可能會省略此專案。 int
family 如果服務有不同層代的硬體,則針對相同的SKU,則可以在這裡擷取。 字串
NAME SKU 的名稱。 例如 - P3。 通常是字母+數字代碼 字串 (必要)
{1}size{2} SKU 大小。 當名稱欄位是階層和其他一些值的組合時,這會是獨立程序代碼。 字串
tier 如果服務有多個層級,但 PUT 上不需要,則資源提供者必須實作此字段。 'Basic'
'Free'
'Premium'
'Standard'

Terraform (AzAPI 提供者) 資源定義

工作區/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

名稱 描述
類型 資源類型 “Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-08-01-preview”
NAME 資源名稱 字串 (必要)
location 與工作區位置相同。 字串
parent_id 此資源之父系的資源標識碼。 類型資源的標識碼: 工作區
tags {string} 的字典 標記名稱和值的字典。
sku 選擇性。 RP 必須實作此欄位,因為 AML 支援一個以上的層 Sku
身分識別 受控服務識別 (系統指派和/或使用者指派的身分識別) ManagedServiceIdentity
properties 私人端點連線屬性。 PrivateEndpointConnectionProperties

ManagedServiceIdentity

名稱 描述
類型 (允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。 “SystemAssigned”
“SystemAssigned,UserAssigned”
) 所需的 「UserAssigned」 (
identity_ids 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 () 的空白物件 {} 。 使用者身分識別標識碼的陣列。

UserAssignedIdentities

名稱 描述
{自定義屬性} UserAssignedIdentity

UserAssignedIdentity

此物件不包含部署期間要設定的任何屬性。 所有屬性都是 ReadOnly。

PrivateEndpointConnectionProperties

名稱 描述
privateEndpoint 私人端點資源。 WorkspacePrivateEndpointResource
privateLinkServiceConnectionState 連線狀態。 PrivateLinkServiceConnectionState
provisioningState 目前的布建狀態。 “建立”
“刪除”
“Failed”
“Succeeded”

WorkspacePrivateEndpointResource

此物件不包含部署期間要設定的任何屬性。 所有屬性都是 ReadOnly。

PrivateLinkServiceConnectionState

名稱 描述
actionsRequired 某些 RP 選擇 [無]。 其他 RP 會針對區域擴充使用此 RP。 字串
description 根據 NRP 檔,使用者定義訊息可用於核准相關訊息。 字串
status 服務取用者的連線狀態與服務提供者 「已核准」
「已中斷連線」
“Pending”
“Rejected”
“Timeout”

SKU

名稱 描述
處理能力 如果 SKU 支援相應放大/縮小,則應該包含容量整數。 如果資源無法相應放大/縮小,則可能會省略此專案。 int
family 如果服務有不同層代的硬體,則針對相同的SKU,則可以在這裡擷取。 字串
NAME SKU 的名稱。 例如 - P3。 通常是字母+數字代碼 字串 (必要)
{1}size{2} SKU 大小。 當名稱欄位是階層和其他一些值的組合時,這會是獨立程序代碼。 字串
tier 如果服務有多個層級,但 PUT 上不需要,則資源提供者必須實作此字段。 "Basic"
“Free”
“Premium”
“Standard”