Udostępnij za pośrednictwem


ISupportTicketDetails.SecondaryConsent Property

Definition

This property indicates secondary consents for the support ticket

[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="This property indicates secondary consents for the support ticket", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISecondaryConsent) }, Read=true, ReadOnly=false, Required=false, SerializedName="secondaryConsent", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISecondaryConsent> SecondaryConsent { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="This property indicates secondary consents for the support ticket", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISecondaryConsent) }, Read=true, ReadOnly=false, Required=false, SerializedName="secondaryConsent", Update=true)>]
member this.SecondaryConsent : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISecondaryConsent> with get, set
Public Property SecondaryConsent As List(Of ISecondaryConsent)

Property Value

Attributes

Applies to