Share via


MachineLearningServicesIdentity Class

Definition

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

Constructors

MachineLearningServicesIdentity()

Creates an new MachineLearningServicesIdentity instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MachineLearningServicesIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MachineLearningServicesIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMachineLearningServicesIdentity.

FromJsonString(String)

Creates a new instance of MachineLearningServicesIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MachineLearningServicesIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to