共用方式為


AssignedUser Class

Definition

A user that can be assigned to a compute instance.

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

Constructors

Name Description
AssignedUser()

Creates an new AssignedUser instance.

Properties

Name Description
ObjectId

User’s AAD Object Id.

TenantId

User’s AAD Tenant Id.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AssignedUser.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AssignedUser.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AssignedUser into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to