다음을 통해 공유


Reseller 생성자

정의

오버로드

Reseller()

Reseller 클래스의 새 instance 초기화합니다.

Reseller(String, String)

Reseller 클래스의 새 instance 초기화합니다.

Reseller()

Reseller 클래스의 새 instance 초기화합니다.

public Reseller ();
Public Sub New ()

적용 대상

Reseller(String, String)

Reseller 클래스의 새 instance 초기화합니다.

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)

매개 변수

resellerId
String

재판매인의 MPN ID입니다.

description
String

재판매인의 이름입니다.

적용 대상