다음을 통해 공유


BillingManagementClient 생성자

정의

오버로드

BillingManagementClient(DelegatingHandler[])

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

BillingManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

BillingManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

BillingManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

BillingManagementClient(ServiceClientCredentials, HttpClient, Boolean)

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

BillingManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

BillingManagementClient(HttpClientHandler, DelegatingHandler[])

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

BillingManagementClient(HttpClient, Boolean)

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

BillingManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

BillingManagementClient(Uri, DelegatingHandler[])

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

BillingManagementClient(DelegatingHandler[])

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

protected BillingManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Billing.BillingManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Billing.BillingManagementClient
Protected Sub New (ParamArray handlers As DelegatingHandler())

매개 변수

handlers
DelegatingHandler[]

(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.

적용 대상

BillingManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

protected BillingManagementClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Billing.BillingManagementClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Billing.BillingManagementClient
Protected Sub New (baseUri As Uri, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

매개 변수

baseUri
Uri

(선택 사항) 서비스의 기본 URI입니다.

rootHandler
HttpClientHandler

(선택 사항) http 전송을 처리하는 데 사용되는 http 클라이언트 처리기입니다.

handlers
DelegatingHandler[]

(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.

예외

필수 매개 변수가 null일 때 throw됨

적용 대상

BillingManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

public BillingManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Billing.BillingManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Billing.BillingManagementClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

매개 변수

baseUri
Uri

(선택 사항) 서비스의 기본 URI입니다.

credentials
ServiceClientCredentials

필수 요소. 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.

handlers
DelegatingHandler[]

(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.

예외

필수 매개 변수가 null일 때 throw됨

적용 대상

BillingManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

public BillingManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Billing.BillingManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Billing.BillingManagementClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

매개 변수

credentials
ServiceClientCredentials

필수 요소. 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.

rootHandler
HttpClientHandler

(선택 사항) http 전송을 처리하는 데 사용되는 http 클라이언트 처리기입니다.

handlers
DelegatingHandler[]

(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.

예외

필수 매개 변수가 null일 때 throw됨

적용 대상

BillingManagementClient(ServiceClientCredentials, HttpClient, Boolean)

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

public BillingManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.Billing.BillingManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.Billing.BillingManagementClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)

매개 변수

credentials
ServiceClientCredentials

필수 요소. 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.

httpClient
HttpClient

사용할 HttpClient

disposeHttpClient
Boolean

True: BillingManagementClient.Dispose()를 호출할 때 제공된 httpClient를 삭제합니다. False: 제공된 httpClient를 삭제하지 않습니다.

예외

필수 매개 변수가 null일 때 throw됨

적용 대상

BillingManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

public BillingManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Billing.BillingManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Billing.BillingManagementClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

매개 변수

baseUri
Uri

(선택 사항) 서비스의 기본 URI입니다.

credentials
ServiceClientCredentials

필수 요소. 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.

rootHandler
HttpClientHandler

(선택 사항) http 전송을 처리하는 데 사용되는 http 클라이언트 처리기입니다.

handlers
DelegatingHandler[]

(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.

예외

필수 매개 변수가 null일 때 throw됨

적용 대상

BillingManagementClient(HttpClientHandler, DelegatingHandler[])

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

protected BillingManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Billing.BillingManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Billing.BillingManagementClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

매개 변수

rootHandler
HttpClientHandler

(선택 사항) http 전송을 처리하는 데 사용되는 http 클라이언트 처리기입니다.

handlers
DelegatingHandler[]

(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.

적용 대상

BillingManagementClient(HttpClient, Boolean)

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

protected BillingManagementClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.Billing.BillingManagementClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.Billing.BillingManagementClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)

매개 변수

httpClient
HttpClient

사용할 HttpClient

disposeHttpClient
Boolean

True: BillingManagementClient.Dispose()를 호출할 때 제공된 httpClient를 삭제합니다. False: 제공된 httpClient를 삭제하지 않습니다.

적용 대상

BillingManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

public BillingManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Billing.BillingManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Billing.BillingManagementClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

매개 변수

credentials
ServiceClientCredentials

필수 요소. 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.

handlers
DelegatingHandler[]

(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.

예외

필수 매개 변수가 null일 때 throw됨

적용 대상

BillingManagementClient(Uri, DelegatingHandler[])

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

protected BillingManagementClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Billing.BillingManagementClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Billing.BillingManagementClient
Protected Sub New (baseUri As Uri, ParamArray handlers As DelegatingHandler())

매개 변수

baseUri
Uri

(선택 사항) 서비스의 기본 URI입니다.

handlers
DelegatingHandler[]

(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.

예외

필수 매개 변수가 null일 때 throw됨

적용 대상