共用方式為


WorkspaceUpdateParameters interface

更新機器學習工作區的參數。

屬性

applicationInsights

與此工作區相關聯的 Application Insights ARM 識別碼。

containerRegistry

與此工作區相關聯的容器登錄 ARM 識別碼。

description

此工作區的描述。

friendlyName

此工作區的易記名稱。

identity

資源的身分識別。

imageBuildCompute

映射組建的計算名稱

primaryUserAssignedIdentity

代表工作區身分識別的使用者指派身分識別資源識別碼。

publicNetworkAccess

是否允許來自公用網路的要求。

serviceManagedResourcesSettings

服務管理的資源設定。

sku

工作區的 SKU。

tags

機器學習工作區的資源標記。

屬性詳細資料

applicationInsights

與此工作區相關聯的 Application Insights ARM 識別碼。

applicationInsights?: string

屬性值

string

containerRegistry

與此工作區相關聯的容器登錄 ARM 識別碼。

containerRegistry?: string

屬性值

string

description

此工作區的描述。

description?: string

屬性值

string

friendlyName

此工作區的易記名稱。

friendlyName?: string

屬性值

string

identity

資源的身分識別。

identity?: ManagedServiceIdentity

屬性值

imageBuildCompute

映射組建的計算名稱

imageBuildCompute?: string

屬性值

string

primaryUserAssignedIdentity

代表工作區身分識別的使用者指派身分識別資源識別碼。

primaryUserAssignedIdentity?: string

屬性值

string

publicNetworkAccess

是否允許來自公用網路的要求。

publicNetworkAccess?: string

屬性值

string

serviceManagedResourcesSettings

服務管理的資源設定。

serviceManagedResourcesSettings?: ServiceManagedResourcesSettings

屬性值

sku

工作區的 SKU。

sku?: Sku

屬性值

Sku

tags

機器學習工作區的資源標記。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}