WorkspaceUpdateParameters interface
機械学習ワークスペースを更新するためのパラメーター。
プロパティ
| description | このワークスペースの説明。 |
| friendly |
このワークスペースのフレンドリ名。 |
| identity | リソースの ID。 |
| image |
イメージ ビルドのコンピューティング名 |
| primary |
ワークスペース ID を表すユーザー割り当て ID リソース ID。 |
| public |
パブリック ネットワークからの要求が許可されるかどうか。 |
| service |
サービス管理リソースの設定。 |
| sku | ワークスペースの SKU。 |
| tags | 機械学習ワークスペースのリソース タグ。 |
プロパティの詳細
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}