ISupportTicketDetails.IsTemporaryTicket 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.
This property indicates if support ticket is a temporary ticket.
[Microsoft.Azure.PowerShell.Cmdlets.Support.PSArgumentCompleter(new System.String[] { "Yes", "No" })]
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=false, Description="This property indicates if support ticket is a temporary ticket.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="isTemporaryTicket", Update=false)]
public string IsTemporaryTicket { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.PSArgumentCompleter(new System.String[] { "Yes", "No" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=false, Description="This property indicates if support ticket is a temporary ticket.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="isTemporaryTicket", Update=false)>]
member this.IsTemporaryTicket : string
Public ReadOnly Property IsTemporaryTicket As String
Property Value
- Attributes