Reseller 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
Reseller() |
Initializes a new instance of the Reseller class. |
Reseller(String, String) |
Initializes a new instance of the Reseller class. |
Reseller()
Initializes a new instance of the Reseller class.
public Reseller();
Public Sub New ()
Applies to
Reseller(String, String)
Initializes a new instance of the Reseller class.
public Reseller(string resellerId = default, string description = default);
new Microsoft.Azure.Management.Billing.Models.Reseller : string * string -> Microsoft.Azure.Management.Billing.Models.Reseller
Public Sub New (Optional resellerId As String = Nothing, Optional description As String = Nothing)
Parameters
- resellerId
- String
The MPN ID of the reseller.
- description
- String
The name of the reseller.