共用方式為


ComputeInstanceCreatedBy Class

Definition

Describes information on user who created this ComputeInstance.

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

Constructors

Name Description
ComputeInstanceCreatedBy()

Creates an new ComputeInstanceCreatedBy instance.

Properties

Name Description
UserId

Uniquely identifies the user within his/her organization.

UserName

Name of the user.

UserOrgId

Uniquely identifies user' Azure Active Directory organization.

Methods

Name Description
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.Api20240401.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