Microsoft.MachineLearningServices 工作區/privateEndpointConnections 2023-08-01-preview
- 最新
- 2024-10-01
- 2024-10-01-preview
- 2024-07-01-preview
- 2024-04-01
- 2024-04-01-preview
- 2024-01-01-preview
- 2023-10-01
- 2023-08-01-preview
- 2023-06-01-preview
- 2023-04-01
- 2023-04-01-preview
- 2023-02-01-preview
- 2022-12-01-preview
- 2022-10-01
- 2022-10-01-preview
- 2022-06-01-preview
- 2022-05-01
- 2022-02-01-preview
- 2022-01-01-preview
- 2021-07-01
- 2021-04-01
- 2021-03-01-preview
- 2021-01-01
- 2020-09-01-preview
- 2020-08-01
- 2020-06-01
- 2020-05-15-preview
- 2020-05-01-preview
- 2020-04-01
- 2020-03-01
- 2020-02-18-preview
- 2020-01-01
Bicep 資源定義
工作區/privateEndpointConnections 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/privateEndpointConnections 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-08-01-preview' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
privateEndpoint: {}
privateLinkServiceConnectionState: {
actionsRequired: 'string'
description: 'string'
status: 'string'
}
provisioningState: 'string'
}
sku: {
capacity: int
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件 ({})。 | UserAssignedIdentities |
Microsoft.MachineLearningServices/workspaces/privateEndpointConnections
名字 | 描述 | 價值 |
---|---|---|
身份 | 受控服務識別(系統指派和/或使用者指派的身分識別) | ManagedServiceIdentity |
位置 | 與工作區位置相同。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:工作區 |
性能 | 私人端點連線屬性。 | PrivateEndpointConnectionProperties |
sku | 自選。 此欄位必須由 RP 實作,因為 AML 支援一個以上的層級 | Sku |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
PrivateEndpointConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
privateEndpoint | 私人端點資源。 | WorkspacePrivateEndpointResource |
privateLinkServiceConnectionState | 連接狀態。 | PrivateLinkServiceConnectionState |
provisioningState | 目前的布建狀態。 | 'Creating' '刪除' 'Failed' 'Succeeded' |
PrivateEndpointConnectionTags
名字 | 描述 | 價值 |
---|
PrivateLinkServiceConnectionState
名字 | 描述 | 價值 |
---|---|---|
actionsRequired | 有些 RP 選擇 [無]。 其他 RP 會使用此選項進行區域擴充。 | 字串 |
描述 | 每個 NRP 檔的使用者定義訊息可用於核准相關的訊息。 | 字串 |
地位 | 服務取用者與服務提供者的連接狀態 | 「已核准」 'Disconnected' 'Pending' 'Rejected' 'Timeout' |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | 如果 SKU 支援相應放大/縮小,則應該包含容量整數。 如果資源無法相應放大/縮小,可能會省略此專案。 | int |
家庭 | 如果服務有不同世代的硬體,針對相同的 SKU,則可以在這裡擷取。 | 字串 |
名字 | SKU 的名稱。 例如 - P3。 通常是字母+數位碼 | 字串 (必要) |
大小 | SKU 大小。 當名稱欄位是階層和其他一些值的組合時,這會是獨立程序代碼。 | 字串 |
層 | 如果服務有一個以上的層級,但 PUT 上不需要此欄位,則資源提供者必須實作此字段。 | 'Basic' 'Free' 'Premium' 'Standard' |
UserAssignedIdentities
名字 | 描述 | 價值 |
---|
UserAssignedIdentity
名字 | 描述 | 價值 |
---|
WorkspacePrivateEndpointResource
名字 | 描述 | 價值 |
---|
ARM 樣本資源定義
工作區/privateEndpointConnections 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/privateEndpointConnections 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.MachineLearningServices/workspaces/privateEndpointConnections",
"apiVersion": "2023-08-01-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"privateEndpoint": {
},
"privateLinkServiceConnectionState": {
"actionsRequired": "string",
"description": "string",
"status": "string"
},
"provisioningState": "string"
},
"sku": {
"capacity": "int",
"family": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件 ({})。 | UserAssignedIdentities |
Microsoft.MachineLearningServices/workspaces/privateEndpointConnections
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2023-08-01-preview' |
身份 | 受控服務識別(系統指派和/或使用者指派的身分識別) | ManagedServiceIdentity |
位置 | 與工作區位置相同。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 私人端點連線屬性。 | PrivateEndpointConnectionProperties |
sku | 自選。 此欄位必須由 RP 實作,因為 AML 支援一個以上的層級 | Sku |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.MachineLearningServices/workspaces/privateEndpointConnections' |
PrivateEndpointConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
privateEndpoint | 私人端點資源。 | WorkspacePrivateEndpointResource |
privateLinkServiceConnectionState | 連接狀態。 | PrivateLinkServiceConnectionState |
provisioningState | 目前的布建狀態。 | 'Creating' '刪除' 'Failed' 'Succeeded' |
PrivateEndpointConnectionTags
名字 | 描述 | 價值 |
---|
PrivateLinkServiceConnectionState
名字 | 描述 | 價值 |
---|---|---|
actionsRequired | 有些 RP 選擇 [無]。 其他 RP 會使用此選項進行區域擴充。 | 字串 |
描述 | 每個 NRP 檔的使用者定義訊息可用於核准相關的訊息。 | 字串 |
地位 | 服務取用者與服務提供者的連接狀態 | 「已核准」 'Disconnected' 'Pending' 'Rejected' 'Timeout' |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | 如果 SKU 支援相應放大/縮小,則應該包含容量整數。 如果資源無法相應放大/縮小,可能會省略此專案。 | int |
家庭 | 如果服務有不同世代的硬體,針對相同的 SKU,則可以在這裡擷取。 | 字串 |
名字 | SKU 的名稱。 例如 - P3。 通常是字母+數位碼 | 字串 (必要) |
大小 | SKU 大小。 當名稱欄位是階層和其他一些值的組合時,這會是獨立程序代碼。 | 字串 |
層 | 如果服務有一個以上的層級,但 PUT 上不需要此欄位,則資源提供者必須實作此字段。 | 'Basic' 'Free' 'Premium' 'Standard' |
UserAssignedIdentities
名字 | 描述 | 價值 |
---|
UserAssignedIdentity
名字 | 描述 | 價值 |
---|
WorkspacePrivateEndpointResource
名字 | 描述 | 價值 |
---|
Terraform (AzAPI 提供者) 資源定義
工作區/privateEndpointConnections 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/privateEndpointConnections 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-08-01-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
body = jsonencode({
properties = {
privateEndpoint = {
}
privateLinkServiceConnectionState = {
actionsRequired = "string"
description = "string"
status = "string"
}
provisioningState = "string"
}
})
sku = {
capacity = int
family = "string"
name = "string"
size = "string"
tier = "string"
}
tags = {
{customized property} = "string"
}
}
屬性值
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件 ({})。 | UserAssignedIdentities |
Microsoft.MachineLearningServices/workspaces/privateEndpointConnections
名字 | 描述 | 價值 |
---|---|---|
身份 | 受控服務識別(系統指派和/或使用者指派的身分識別) | ManagedServiceIdentity |
位置 | 與工作區位置相同。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:工作區 |
性能 | 私人端點連線屬性。 | PrivateEndpointConnectionProperties |
sku | 自選。 此欄位必須由 RP 實作,因為 AML 支援一個以上的層級 | Sku |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-08-01-preview” |
PrivateEndpointConnectionProperties
名字 | 描述 | 價值 |
---|---|---|
privateEndpoint | 私人端點資源。 | WorkspacePrivateEndpointResource |
privateLinkServiceConnectionState | 連接狀態。 | PrivateLinkServiceConnectionState |
provisioningState | 目前的布建狀態。 | 'Creating' '刪除' 'Failed' 'Succeeded' |
PrivateEndpointConnectionTags
名字 | 描述 | 價值 |
---|
PrivateLinkServiceConnectionState
名字 | 描述 | 價值 |
---|---|---|
actionsRequired | 有些 RP 選擇 [無]。 其他 RP 會使用此選項進行區域擴充。 | 字串 |
描述 | 每個 NRP 檔的使用者定義訊息可用於核准相關的訊息。 | 字串 |
地位 | 服務取用者與服務提供者的連接狀態 | 「已核准」 'Disconnected' 'Pending' 'Rejected' 'Timeout' |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | 如果 SKU 支援相應放大/縮小,則應該包含容量整數。 如果資源無法相應放大/縮小,可能會省略此專案。 | int |
家庭 | 如果服務有不同世代的硬體,針對相同的 SKU,則可以在這裡擷取。 | 字串 |
名字 | SKU 的名稱。 例如 - P3。 通常是字母+數位碼 | 字串 (必要) |
大小 | SKU 大小。 當名稱欄位是階層和其他一些值的組合時,這會是獨立程序代碼。 | 字串 |
層 | 如果服務有一個以上的層級,但 PUT 上不需要此欄位,則資源提供者必須實作此字段。 | 'Basic' 'Free' 'Premium' 'Standard' |
UserAssignedIdentities
名字 | 描述 | 價值 |
---|
UserAssignedIdentity
名字 | 描述 | 價值 |
---|
WorkspacePrivateEndpointResource
名字 | 描述 | 價值 |
---|