ISupportTicketDetails.SupportTicketId Property
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 generated support ticket Id that is unique.
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="System generated support ticket Id that is unique.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportTicketId", Update=true)]
public string SupportTicketId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="System generated support ticket Id that is unique.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportTicketId", Update=true)>]
member this.SupportTicketId : string with get, set
Public Property SupportTicketId As String
Property Value
- Attributes