BatchAIManagementClient 생성자

정의

오버로드

BatchAIManagementClient(DelegatingHandler[])

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

BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

BatchAIManagementClient(HttpClientHandler, DelegatingHandler[])

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

BatchAIManagementClient(Uri, DelegatingHandler[])

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

BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

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

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

BatchAIManagementClient(DelegatingHandler[])

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

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

매개 변수

handlers
DelegatingHandler[]

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

적용 대상

BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

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

매개 변수

credentials
ServiceClientCredentials

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

handlers
DelegatingHandler[]

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

예외

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

적용 대상

BatchAIManagementClient(HttpClientHandler, DelegatingHandler[])

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

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

매개 변수

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

적용 대상

BatchAIManagementClient(Uri, DelegatingHandler[])

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

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

매개 변수

baseUri
Uri

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

handlers
DelegatingHandler[]

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

예외

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

적용 대상

BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

public BatchAIManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
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됨

적용 대상

BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

매개 변수

baseUri
Uri

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

credentials
ServiceClientCredentials

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

handlers
DelegatingHandler[]

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

예외

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

적용 대상

BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

protected BatchAIManagementClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
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됨

적용 대상

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

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

public BatchAIManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
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됨

적용 대상