TechnicalTicketDetails 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.
Additional information for technical support ticket.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.TechnicalTicketDetailsTypeConverter))]
public class TechnicalTicketDetails : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ITechnicalTicketDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.TechnicalTicketDetailsTypeConverter))>]
type TechnicalTicketDetails = class
interface ITechnicalTicketDetails
interface IJsonSerializable
Public Class TechnicalTicketDetails
Implements ITechnicalTicketDetails
- Inheritance
-
TechnicalTicketDetails
- Attributes
- Implements
Constructors
TechnicalTicketDetails() |
Creates an new TechnicalTicketDetails instance. |
Properties
ResourceId |
This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TechnicalTicketDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TechnicalTicketDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ITechnicalTicketDetails. |
FromJsonString(String) |
Creates a new instance of TechnicalTicketDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TechnicalTicketDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |