Reseller Constructors

Definition

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.

Applies to