BlueprintManagementClient 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
BlueprintManagementClient(DelegatingHandler[])
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
protected BlueprintManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
매개 변수
- handlers
- DelegatingHandler[]
(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.
적용 대상
BlueprintManagementClient(ServiceClientCredentials, DelegatingHandler[])
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
public BlueprintManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
매개 변수
- credentials
- ServiceClientCredentials
필수 요소. 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.
- handlers
- DelegatingHandler[]
(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.
예외
필수 매개 변수가 null일 때 throw됨
적용 대상
BlueprintManagementClient(HttpClient, Boolean)
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
protected BlueprintManagementClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
매개 변수
- httpClient
- HttpClient
사용할 HttpClient
- disposeHttpClient
- Boolean
True: BlueprintManagementClient.Dispose()를 호출할 때 제공된 httpClient를 삭제합니다. False: 제공된 httpClient를 삭제하지 않습니다.
적용 대상
BlueprintManagementClient(HttpClientHandler, DelegatingHandler[])
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
protected BlueprintManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
매개 변수
- rootHandler
- HttpClientHandler
(선택 사항) http 전송을 처리하는 데 사용되는 http 클라이언트 처리기입니다.
- handlers
- DelegatingHandler[]
(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.
적용 대상
BlueprintManagementClient(Uri, DelegatingHandler[])
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
protected BlueprintManagementClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
Protected Sub New (baseUri As Uri, ParamArray handlers As DelegatingHandler())
매개 변수
- baseUri
- Uri
(선택 사항) 서비스의 기본 URI입니다.
- handlers
- DelegatingHandler[]
(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.
예외
필수 매개 변수가 null일 때 throw됨
적용 대상
BlueprintManagementClient(ServiceClientCredentials, HttpClient, Boolean)
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
public BlueprintManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)
매개 변수
- credentials
- ServiceClientCredentials
필수 요소. 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.
- httpClient
- HttpClient
사용할 HttpClient
- disposeHttpClient
- Boolean
True: BlueprintManagementClient.Dispose()를 호출할 때 제공된 httpClient를 삭제합니다. False: 제공된 httpClient를 삭제하지 않습니다.
예외
필수 매개 변수가 null일 때 throw됨
적용 대상
BlueprintManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
public BlueprintManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
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됨
적용 대상
BlueprintManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
public BlueprintManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
매개 변수
- baseUri
- Uri
(선택 사항) 서비스의 기본 URI입니다.
- credentials
- ServiceClientCredentials
필수 요소. 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.
- handlers
- DelegatingHandler[]
(선택 사항) http 클라이언트 파이프라인에 추가할 위임 처리기입니다.
예외
필수 매개 변수가 null일 때 throw됨
적용 대상
BlueprintManagementClient(Uri, HttpClientHandler, DelegatingHandler[])
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
protected BlueprintManagementClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
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됨
적용 대상
BlueprintManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
BlueprintManagementClient 클래스의 새 instance 초기화합니다.
public BlueprintManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Blueprint.BlueprintManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Blueprint.BlueprintManagementClient
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됨
적용 대상
Azure SDK for .NET