ComputeInstanceCreatedBy Class

Definition

Describes information on user who created this ComputeInstance.

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

Constructors

ComputeInstanceCreatedBy()

Creates an new ComputeInstanceCreatedBy instance.

Properties

UserId

Uniquely identifies the user within his/her organization.

UserName

Name of the user.

UserOrgId

Uniquely identifies user' Azure Active Directory organization.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComputeInstanceCreatedBy.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComputeInstanceCreatedBy.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComputeInstanceCreatedBy into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to