Partilhar via


Recipient Class

Definition

Describes the json payload for a notified recipient for new requests

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.RecipientTypeConverter))]
public class Recipient : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRecipient
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.RecipientTypeConverter))>]
type Recipient = class
    interface IRecipient
    interface IJsonSerializable
Public Class Recipient
Implements IRecipient
Inheritance
Recipient
Attributes
Implements

Constructors

Recipient()

Creates an new Recipient instance.

Properties

DisplayName

Display Name

EmailAddress

Email Address

PrincipalId

Principal ID

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Recipient.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Recipient.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRecipient.

FromJsonString(String)

Creates a new instance of Recipient, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Recipient into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to