PSSupportTicket 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.
public class PSSupportTicket
type PSSupportTicket = class
Public Class PSSupportTicket
- Inheritance
-
PSSupportTicket
Constructors
PSSupportTicket() |
Properties
ContactDetail |
Gets or sets user information associated with the support ticket. |
CreatedDate |
Gets time in UTC (ISO 8601 format) when support ticket was created. |
Description |
Gets or sets description of the support ticket. |
EnrollmentId |
Gets enrollment ID associated with the support ticket. |
Id |
Gets or sets the resource Id of the resource. |
ModifiedDate |
Gets time in UTC (ISO 8601 format) when support ticket was last modified. |
Name |
Gets or sets the name of the resource. |
ProblemClassificationDisplayName |
Gets localized name of problem classification. |
ProblemClassificationId |
Gets or sets this is the resource id of ProblemClassification resource associated with the support ticket. This is the issue or the problem that the support ticket is opened for. |
ProblemStartTime |
Gets or sets time in UTC (ISO 8601 format) when the problem started. |
QuotaTicketDetail |
Gets or sets additional ticket details associated with a quota support ticket request. |
Require24X7Response |
Gets or sets indicates if this is a 24x7 support ticket. |
ServiceDisplayName |
Gets localized name of Azure service. |
ServiceId |
Gets or sets this is the resource id of Service resource associated with the support ticket. This is the Azure service for which the support ticket was opened. |
ServiceLevelAgreement |
Gets or sets service Level Agreement information for this support ticket. |
Severity |
Gets or sets severity of the support ticket. Possible values include: 'minimal', 'moderate', 'critical' |
Status |
Gets status of the support ticket. |
SupportEngineer |
Gets or sets information about 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 name. |
TechnicalTicketResourceId |
Gets or sets technical resource id associated with a technical support ticket request. |
Title |
Gets or sets the Title |
Type |
Gets or sets the type of the resource. |
Extension Methods
ToSdkSupportTicket(PSSupportTicket) |