Udostępnij przez


WorkspaceConnectionManagedIdentity Class

Definition

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

Constructors

Name Description
WorkspaceConnectionManagedIdentity()

Creates an new WorkspaceConnectionManagedIdentity instance.

Properties

Name Description
ClientId
ResourceId

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkspaceConnectionManagedIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkspaceConnectionManagedIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkspaceConnectionManagedIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to