Share via


ISupportTicketDetails.AdvancedDiagnosticConsent Property

Definition

Advanced diagnostic consent to be updated on the support ticket.

[Microsoft.Azure.PowerShell.Cmdlets.Support.PSArgumentCompleter(new System.String[] { "Yes", "No" })]
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Advanced diagnostic consent to be updated on the support ticket.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="advancedDiagnosticConsent", Update=true)]
public string AdvancedDiagnosticConsent { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.PSArgumentCompleter(new System.String[] { "Yes", "No" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Advanced diagnostic consent to be updated on the support ticket.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="advancedDiagnosticConsent", Update=true)>]
member this.AdvancedDiagnosticConsent : string with get, set
Public Property AdvancedDiagnosticConsent As String

Property Value

Attributes

Applies to