你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWorkspace Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.WorkspaceTypeConverter))]
public interface IWorkspace : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.WorkspaceTypeConverter))>]
type IWorkspace = interface
interface IJsonSerializable
interface IResource
Public Interface IWorkspace
Implements IResource
- 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 |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
IdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
IdentityUserAssignedIdentity |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |
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. |
Location |
Specifies the location of the resource. |
MlFlowTrackingUri |
The URI associated with this workspace that machine learning flow must point at to set up tracking. |
Name |
The name of the resource (Inherited from IResource) |
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 |
PropertiesEncryptionIdentityUserAssignedIdentity |
The ArmId of the user assigned identity that will be used to access the customer managed key vault |
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. |
SkuCapacity |
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. |
SkuFamily |
If the service has different generations of hardware, for the same SKU, then that can be captured here. |
SkuName |
The name of the SKU. Ex - P3. It is typically a letter+number code |
SkuSize |
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. |
SkuTier |
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. |
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. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
Tag |
Contains resource tags defined as key/value pairs. |
TenantId |
The tenant id associated with this workspace. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
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) |