Recipient Class
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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |