Partilhar via


INotificationsSettingsProperties.Recipient Property

Definition

Gets or sets list of notified recipients for new requests

[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets or sets list of notified recipients for new requests", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRecipient) }, Read=true, ReadOnly=false, Required=false, SerializedName="recipients", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRecipient> Recipient { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets or sets list of notified recipients for new requests", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRecipient) }, Read=true, ReadOnly=false, Required=false, SerializedName="recipients", Update=true)>]
member this.Recipient : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRecipient> with get, set
Public Property Recipient As List(Of IRecipient)

Property Value

Attributes

Applies to