ComputeInstanceCreatedBy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.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() |