ISupportTicketDetails.AdvancedDiagnosticConsent 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.
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