WorkspaceUpdateParameters interface
機械学習ワークスペースを更新するためのパラメーター。
プロパティ
application |
このワークスペースに関連付けられているアプリケーション分析情報の ARM ID。 |
container |
このワークスペースに関連付けられているコンテナー レジストリの ARM ID。 |
description | このワークスペースの説明。 |
friendly |
このワークスペースのフレンドリ名。 |
identity | リソースの ID。 |
image |
イメージ ビルドのコンピューティング名 |
primary |
ワークスペース ID を表すユーザー割り当て ID のリソース ID。 |
public |
パブリック ネットワークからの要求を許可するかどうか。 |
service |
サービスマネージド リソースの設定。 |
sku | ワークスペースの SKU。 |
tags | 機械学習ワークスペースのリソース タグ。 |
プロパティの詳細
applicationInsights
このワークスペースに関連付けられているアプリケーション分析情報の ARM ID。
applicationInsights?: string
プロパティ値
string
containerRegistry
このワークスペースに関連付けられているコンテナー レジストリの ARM ID。
containerRegistry?: string
プロパティ値
string
description
このワークスペースの説明。
description?: string
プロパティ値
string
friendlyName
このワークスペースのフレンドリ名。
friendlyName?: string
プロパティ値
string
identity
imageBuildCompute
イメージ ビルドのコンピューティング名
imageBuildCompute?: string
プロパティ値
string
primaryUserAssignedIdentity
ワークスペース ID を表すユーザー割り当て ID のリソース ID。
primaryUserAssignedIdentity?: string
プロパティ値
string
publicNetworkAccess
パブリック ネットワークからの要求を許可するかどうか。
publicNetworkAccess?: string
プロパティ値
string
serviceManagedResourcesSettings
サービスマネージド リソースの設定。
serviceManagedResourcesSettings?: ServiceManagedResourcesSettings
プロパティ値
sku
tags
機械学習ワークスペースのリソース タグ。
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}