SupportTicketDetails Constructors

Definition

Overloads

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.

SupportTicketDetails()

Initializes a new instance of the SupportTicketDetails class.

public SupportTicketDetails ();
Public Sub New ()

Applies to

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.

public SupportTicketDetails (string description, string problemClassificationId, string severity, Microsoft.Azure.Management.Support.Models.ContactProfile contactDetails, string title, string serviceId, string id = default, string name = default, string type = default, string supportTicketId = default, string problemClassificationDisplayName = default, string enrollmentId = default, bool? require24X7Response = default, Microsoft.Azure.Management.Support.Models.ServiceLevelAgreement serviceLevelAgreement = default, Microsoft.Azure.Management.Support.Models.SupportEngineer supportEngineer = default, string supportPlanType = default, DateTime? problemStartTime = default, string serviceDisplayName = default, string status = default, DateTime? createdDate = default, DateTime? modifiedDate = default, Microsoft.Azure.Management.Support.Models.TechnicalTicketDetails technicalTicketDetails = default, Microsoft.Azure.Management.Support.Models.QuotaTicketDetails quotaTicketDetails = default);
new Microsoft.Azure.Management.Support.Models.SupportTicketDetails : string * string * string * Microsoft.Azure.Management.Support.Models.ContactProfile * string * string * string * string * string * string * string * string * Nullable<bool> * Microsoft.Azure.Management.Support.Models.ServiceLevelAgreement * Microsoft.Azure.Management.Support.Models.SupportEngineer * string * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Support.Models.TechnicalTicketDetails * Microsoft.Azure.Management.Support.Models.QuotaTicketDetails -> Microsoft.Azure.Management.Support.Models.SupportTicketDetails
Public Sub New (description As String, problemClassificationId As String, severity As String, contactDetails As ContactProfile, title As String, serviceId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional supportTicketId As String = Nothing, Optional problemClassificationDisplayName As String = Nothing, Optional enrollmentId As String = Nothing, Optional require24X7Response As Nullable(Of Boolean) = Nothing, Optional serviceLevelAgreement As ServiceLevelAgreement = Nothing, Optional supportEngineer As SupportEngineer = Nothing, Optional supportPlanType As String = Nothing, Optional problemStartTime As Nullable(Of DateTime) = Nothing, Optional serviceDisplayName As String = Nothing, Optional status As String = Nothing, Optional createdDate As Nullable(Of DateTime) = Nothing, Optional modifiedDate As Nullable(Of DateTime) = Nothing, Optional technicalTicketDetails As TechnicalTicketDetails = Nothing, Optional quotaTicketDetails As QuotaTicketDetails = Nothing)

Parameters

description
String

Detailed description of the question or issue.

problemClassificationId
String

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.

severity
String

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'

contactDetails
ContactProfile

Contact information of the user requesting to create a support ticket.

title
String

Title of the support ticket.

serviceId
String

This is the resource Id of the Azure service resource associated with the support ticket.

id
String

Id of the resource.

name
String

Name of the resource.

type
String

Type of the resource 'Microsoft.Support/supportTickets'.

supportTicketId
String

System generated support ticket Id that is unique.

problemClassificationDisplayName
String

Localized name of problem classification.

enrollmentId
String

Enrollment Id associated with the support ticket.

require24X7Response
Nullable<Boolean>

Indicates if this requires a 24x7 response from Azure.

serviceLevelAgreement
ServiceLevelAgreement

Service Level Agreement information for this support ticket.

supportEngineer
SupportEngineer

Information about the support engineer working on this support ticket.

supportPlanType
String

Support plan type associated with the support ticket.

problemStartTime
Nullable<DateTime>

Time in UTC (ISO 8601 format) when the problem started.

serviceDisplayName
String

Localized name of the Azure service.

status
String

Status of the support ticket.

createdDate
Nullable<DateTime>

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

modifiedDate
Nullable<DateTime>

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

technicalTicketDetails
TechnicalTicketDetails

Additional ticket details associated with a technical support ticket request.

quotaTicketDetails
QuotaTicketDetails

Additional ticket details associated with a quota support ticket request.

Applies to