ISupportTicketDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SupportTicketDetailsTypeConverter))]
public interface ISupportTicketDetails : Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SupportTicketDetailsTypeConverter))>]
type ISupportTicketDetails = interface
interface IJsonSerializable
Public Interface ISupportTicketDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdvancedDiagnosticConsent |
Advanced diagnostic consent to be updated on the support ticket. |
ContactDetailAdditionalEmailAddress |
Additional email addresses listed will be copied on any correspondence about the support ticket. |
ContactDetailCountry |
Country of the user. This is the ISO 3166-1 alpha-3 code. |
ContactDetailFirstName |
First name. |
ContactDetailLastName |
Last name. |
ContactDetailPhoneNumber |
Phone number. This is required if preferred contact method is phone. |
ContactDetailPreferredContactMethod |
Preferred contact method. |
ContactDetailPreferredSupportLanguage |
Preferred language of support from Azure. Support languages vary based on the severity you choose for your support ticket. Learn more at Azure Severity and responsiveness. Use the standard language-country code. Valid values are 'en-us' for English, 'zh-hans' for Chinese, 'es-es' for Spanish, 'fr-fr' for French, 'ja-jp' for Japanese, 'ko-kr' for Korean, 'ru-ru' for Russian, 'pt-br' for Portuguese, 'it-it' for Italian, 'zh-tw' for Chinese and 'de-de' for German. |
ContactDetailPreferredTimeZone |
Time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values. |
ContactDetailPrimaryEmailAddress |
Primary email address. |
CreatedDate |
Time in UTC (ISO 8601 format) when the support ticket was created. |
Description |
Detailed description of the question or issue. |
EnrollmentId |
Enrollment Id associated with the support ticket. |
FileWorkspaceName |
File workspace name. |
Id |
Id of the resource. |
IsTemporaryTicket |
This property indicates if support ticket is a temporary ticket. |
ModifiedDate |
Time in UTC (ISO 8601 format) when the support ticket was last modified. |
Name |
Name of the resource. |
ProblemClassificationDisplayName |
Localized name of problem classification. |
ProblemClassificationId |
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. |
ProblemScopingQuestion |
Problem scoping questions associated with the support ticket. |
ProblemStartTime |
Time in UTC (ISO 8601 format) when the problem started. |
QuotaTicketDetailQuotaChangeRequest |
This property is required for providing the region and new quota limits. |
QuotaTicketDetailQuotaChangeRequestSubType |
Required for certain quota types when there is a sub type, such as Batch, for which you are requesting a quota increase. |
QuotaTicketDetailQuotaChangeRequestVersion |
Quota change request version. |
Require24X7Response |
Indicates if this requires a 24x7 response from Azure. |
SecondaryConsent |
This property indicates secondary consents for the support ticket |
ServiceDisplayName |
Localized name of the Azure service. |
ServiceId |
This is the resource Id of the Azure service resource associated with the support ticket. |
ServiceLevelAgreementExpirationTime |
Time in UTC (ISO 8601 format) when the service level agreement expires. |
ServiceLevelAgreementSlaMinute |
Service Level Agreement in minutes. |
ServiceLevelAgreementStartTime |
Time in UTC (ISO 8601 format) when the service level agreement starts. |
Severity |
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', also known as the 'Emergency
|
Status |
Status of the support ticket. |
SupportEngineerEmailAddress |
Email address of the Azure Support engineer assigned to the support ticket. |
SupportPlanDisplayName |
Support plan type associated with the support ticket. |
SupportPlanId |
Support plan id associated with the support ticket. |
SupportPlanType |
Support plan type associated with the support ticket. |
SupportTicketId |
System generated support ticket Id that is unique. |
TechnicalTicketDetailResourceId |
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. |
Title |
Title of the support ticket. |
Type |
Type of the resource 'Microsoft.Support/supportTickets'. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |