共用方式為


ISupportTicketDetails.Severity Property

Definition

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

  • Severe impact' level in the Azure portal is reserved only for our Premium customers.
[Microsoft.Azure.PowerShell.Cmdlets.Support.PSArgumentCompleter(new System.String[] { "minimal", "moderate", "critical", "highestcriticalimpact" })]
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="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 - Severe impact' level in the Azure portal is reserved only for our Premium customers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="severity", Update=true)]
public string Severity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.PSArgumentCompleter(new System.String[] { "minimal", "moderate", "critical", "highestcriticalimpact" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="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 - Severe impact' level in the Azure portal is reserved only for our Premium customers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="severity", Update=true)>]
member this.Severity : string with get, set
Public Property Severity As String

Property Value

Attributes

Applies to