SupportEngineer 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.
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() |