共用方式為


WorkspaceUpdateParameters interface

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

屬性

applicationInsights

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

containerRegistry

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

description

此工作區的描述。

enableDataIsolation
encryption
featureStoreSettings

功能存放區類型工作區的設定。

friendlyName

此工作區的易記名稱。

identity

資源的身分識別。

imageBuildCompute

映射組建的計算名稱

managedNetwork

機器學習工作區的受控網路設定。

primaryUserAssignedIdentity

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

publicNetworkAccess

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

serverlessComputeSettings

在工作區中建立的無伺服器計算設定

serviceManagedResourcesSettings

服務管理的資源設定。

sku

工作區的 SKU。

tags

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

v1LegacyMode

啟用v1_legacy_mode可能會導致您無法使用 v2 API 所提供的功能。

屬性詳細資料

applicationInsights

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

applicationInsights?: string

屬性值

string

containerRegistry

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

containerRegistry?: string

屬性值

string

description

此工作區的描述。

description?: string

屬性值

string

enableDataIsolation

enableDataIsolation?: boolean

屬性值

boolean

encryption

encryption?: EncryptionUpdateProperties

屬性值

featureStoreSettings

功能存放區類型工作區的設定。

featureStoreSettings?: FeatureStoreSettings

屬性值

friendlyName

此工作區的易記名稱。

friendlyName?: string

屬性值

string

identity

資源的身分識別。

identity?: ManagedServiceIdentity

屬性值

imageBuildCompute

映射組建的計算名稱

imageBuildCompute?: string

屬性值

string

managedNetwork

機器學習工作區的受控網路設定。

managedNetwork?: ManagedNetworkSettings

屬性值

primaryUserAssignedIdentity

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

primaryUserAssignedIdentity?: string

屬性值

string

publicNetworkAccess

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

publicNetworkAccess?: string

屬性值

string

serverlessComputeSettings

在工作區中建立的無伺服器計算設定

serverlessComputeSettings?: ServerlessComputeSettings

屬性值

serviceManagedResourcesSettings

服務管理的資源設定。

serviceManagedResourcesSettings?: ServiceManagedResourcesSettings

屬性值

sku

工作區的 SKU。

sku?: Sku

屬性值

Sku

tags

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

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

屬性值

{[propertyName: string]: string}

v1LegacyMode

啟用v1_legacy_mode可能會導致您無法使用 v2 API 所提供的功能。

v1LegacyMode?: boolean

屬性值

boolean