Compartilhar via


AssignedUser Class

Definition

A user that can be assigned to a compute instance.

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

Constructors

AssignedUser()

Creates an new AssignedUser instance.

Properties

ObjectId

User’s AAD Object Id.

TenantId

User’s AAD Tenant Id.

Methods

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.Api20220501.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