Recipient Constructors
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.
Overloads
Recipient() |
Initializes a new instance of the Recipient class. |
Recipient(String, String, String) |
Initializes a new instance of the Recipient class. |
Recipient()
Initializes a new instance of the Recipient class.
public Recipient ();
Public Sub New ()
Applies to
Recipient(String, String, String)
Initializes a new instance of the Recipient class.
public Recipient (string principalId = default, string emailAddress = default, string displayName = default);
new Microsoft.Azure.Management.Marketplace.Models.Recipient : string * string * string -> Microsoft.Azure.Management.Marketplace.Models.Recipient
Public Sub New (Optional principalId As String = Nothing, Optional emailAddress As String = Nothing, Optional displayName As String = Nothing)
Parameters
- principalId
- String
Principal ID
- emailAddress
- String
Email Address
- displayName
- String
Display Name
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET