UpdateSupportTicket 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.
Updates severity, ticket status, contact details, advanced diagnostic consent and secondary consent in the support ticket.
public class UpdateSupportTicket : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Support.Models.UpdateSupportTicket>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Support.Models.UpdateSupportTicket>
type UpdateSupportTicket = class
interface IJsonModel<UpdateSupportTicket>
interface IPersistableModel<UpdateSupportTicket>
Public Class UpdateSupportTicket
Implements IJsonModel(Of UpdateSupportTicket), IPersistableModel(Of UpdateSupportTicket)
- Inheritance
-
UpdateSupportTicket
- Implements
Constructors
UpdateSupportTicket() |
Initializes a new instance of UpdateSupportTicket. |
Properties
AdvancedDiagnosticConsent |
Advanced diagnostic consent to be updated on the support ticket. |
ContactDetails |
Contact details to be updated on the support ticket. |
SecondaryConsent |
This property indicates secondary consents for the support ticket. |
Severity |
Severity level. |
Status |
Status to be updated on the ticket. |
Explicit Interface Implementations
IJsonModel<UpdateSupportTicket>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UpdateSupportTicket>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UpdateSupportTicket>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UpdateSupportTicket>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UpdateSupportTicket>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET