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

IMachineLearningServicesIdentity Interface

Definition

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

Properties

ComputeName

Name of the Azure Machine Learning compute.

ConnectionName

Friendly name of the workspace connection

DeploymentName

Inference deployment identifier.

EndpointName

Inference Endpoint name.

Id

The name and identifier for the Job. This is case-sensitive.

Id1

Resource identity path

Location

The location for which resource usage is queried.

Name

Container name. This is case-sensitive.

PrivateEndpointConnectionName

The name of the private endpoint connection associated with the workspace

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription.

Version

Version identifier. This is case-sensitive.

WorkspaceName

Name of Azure Machine Learning workspace.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to