你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWorkspaceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.WorkspacePropertiesTypeConverter))]
public interface IWorkspaceProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.WorkspacePropertiesTypeConverter))>]
type IWorkspaceProperties = interface
    interface IJsonSerializable
Public Interface IWorkspaceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AllowPublicAccessWhenBehindVnet

The flag to indicate whether to allow public access when behind VNet.

ApplicationInsight

ARM id of the application insights associated with this workspace.

ContainerRegistry

ARM id of the container registry associated with this workspace.

CosmoDbCollectionsThroughput

The throughput of the collections in cosmosdb database

Description

The description of this workspace.

DiscoveryUrl

Url for the discovery service to identify regional endpoints for machine learning experimentation services

EncryptionStatus

Indicates whether or not the encryption is enabled for the workspace.

FriendlyName

The friendly name for this workspace. This name in mutable

HbiWorkspace

The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service

IdentityUserAssignedIdentity

The ArmId of the user assigned identity that will be used to access the customer managed key vault

ImageBuildCompute

The compute name for image build

KeyVault

ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created

KeyVaultPropertyIdentityClientId

For future use - The client id of the identity which will be used to access key vault.

KeyVaultPropertyKeyIdentifier

Key vault uri to access the encryption key.

KeyVaultPropertyKeyVaultArmId

The ArmId of the keyVault where the customer owned encryption key is present.

MlFlowTrackingUri

The URI associated with this workspace that machine learning flow must point at to set up tracking.

NotebookInfoFqdn
NotebookInfoResourceId

the data plane resourceId that used to initialize notebook component

NotebookPreparationErrorMessage
NotebookPreparationErrorStatusCode
PrimaryUserAssignedIdentity

The user assigned identity resource id that represents the workspace identity.

PrivateEndpointConnection

The list of private endpoint connections in the workspace.

PrivateLinkCount

Count of private connections in the workspace

ProvisioningState

The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.

PublicNetworkAccess

Whether requests from Public Network are allowed.

ServiceProvisionedResourceGroup

The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace

SharedPrivateLinkResource

The list of shared private link resources in this workspace.

StorageAccount

ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created

StorageHnsEnabled

If the storage associated with the workspace has hierarchical namespace(HNS) enabled.

TenantId

The tenant id associated with this workspace.

V1LegacyMode

Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.

WorkspaceId

The immutable id associated with this workspace.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to