Udostępnij za pośrednictwem


SupportEngineer Class

Definition

Support engineer information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SupportEngineerTypeConverter))]
public class SupportEngineer : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISupportEngineer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SupportEngineerTypeConverter))>]
type SupportEngineer = class
    interface ISupportEngineer
    interface IJsonSerializable
Public Class SupportEngineer
Implements ISupportEngineer
Inheritance
SupportEngineer
Attributes
Implements

Constructors

SupportEngineer()

Creates an new SupportEngineer instance.

Properties

EmailAddress

Email address of the Azure Support engineer assigned to the support ticket.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportEngineer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportEngineer.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISupportEngineer.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportEngineer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to