SupportTicketDetails Class

Definition

Object that represents SupportTicketDetails resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SupportTicketDetails : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SupportTicketDetails = class
    interface IResource
Public Class SupportTicketDetails
Implements IResource
Inheritance
SupportTicketDetails
Attributes
Implements

Constructors

SupportTicketDetails()

Initializes a new instance of the SupportTicketDetails class.

SupportTicketDetails(String, String, String, ContactProfile, String, String, String, String, String, String, String, String, Nullable<Boolean>, ServiceLevelAgreement, SupportEngineer, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<DateTime>, TechnicalTicketDetails, QuotaTicketDetails)

Initializes a new instance of the SupportTicketDetails class.

Properties

ContactDetails

Gets or sets contact information of the user requesting to create a support ticket.

CreatedDate

Gets time in UTC (ISO 8601 format) when the support ticket was created.

Description

Gets or sets detailed description of the question or issue.

EnrollmentId

Gets enrollment Id associated with the support ticket.

Id

Gets id of the resource.

ModifiedDate

Gets time in UTC (ISO 8601 format) when the support ticket was last modified.

Name

Gets name of the resource.

ProblemClassificationDisplayName

Gets localized name of problem classification.

ProblemClassificationId

Gets or sets each Azure service has its own set of issue categories, also known as problem classification. This parameter is the unique Id for the type of problem you are experiencing.

ProblemStartTime

Gets or sets time in UTC (ISO 8601 format) when the problem started.

QuotaTicketDetails

Gets or sets additional ticket details associated with a quota support ticket request.

Require24X7Response

Gets or sets indicates if this requires a 24x7 response from Azure.

ServiceDisplayName

Gets localized name of the Azure service.

ServiceId

Gets or sets this is the resource Id of the Azure service resource associated with the support ticket.

ServiceLevelAgreement

Gets or sets service Level Agreement information for this support ticket.

Severity

Gets or sets a value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact' severity is reserved only for our Premium customers. Possible values include: 'minimal', 'moderate', 'critical', 'highestcriticalimpact'

Status

Gets status of the support ticket.

SupportEngineer

Gets or sets information about the support engineer working on this support ticket.

SupportPlanType

Gets support plan type associated with the support ticket.

SupportTicketId

Gets or sets system generated support ticket Id that is unique.

TechnicalTicketDetails

Gets or sets additional ticket details associated with a technical support ticket request.

Title

Gets or sets title of the support ticket.

Type

Gets type of the resource 'Microsoft.Support/supportTickets'.

Methods

Validate()

Validate the object.

Applies to