你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchServiceClient 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BatchServiceClient() | |
BatchServiceClient(DelegatingHandler[]) |
初始化 BatchServiceClient 类的新实例。 |
BatchServiceClient(ServiceClientCredentials, DelegatingHandler[]) |
初始化 BatchServiceClient 类的新实例。 |
BatchServiceClient(HttpClient, Boolean) |
初始化 BatchServiceClient 类的新实例。 |
BatchServiceClient(HttpClientHandler, DelegatingHandler[]) |
初始化 BatchServiceClient 类的新实例。 |
BatchServiceClient(ServiceClientCredentials, HttpClient, Boolean) |
初始化 BatchServiceClient 类的新实例。 |
BatchServiceClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
初始化 BatchServiceClient 类的新实例。 |
BatchServiceClient()
BatchServiceClient(DelegatingHandler[])
- Source:
- BatchServiceClient.cs
初始化 BatchServiceClient 类的新实例。
protected BatchServiceClient(params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
参数
- handlers
- DelegatingHandler[]
可选。 要添加到 http 客户端管道的委派处理程序。
适用于
BatchServiceClient(ServiceClientCredentials, DelegatingHandler[])
- Source:
- BatchServiceClient.cs
初始化 BatchServiceClient 类的新实例。
public BatchServiceClient(Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
参数
- credentials
- ServiceClientCredentials
必需。 客户端连接到 Azure 所需的凭据。
- handlers
- DelegatingHandler[]
可选。 要添加到 http 客户端管道的委派处理程序。
例外
当所需的参数为 null 时引发
适用于
BatchServiceClient(HttpClient, Boolean)
- Source:
- BatchServiceClient.cs
初始化 BatchServiceClient 类的新实例。
protected BatchServiceClient(System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
参数
- httpClient
- HttpClient
要使用的 HttpClient
- disposeHttpClient
- Boolean
True:将在调用 BatchServiceClient.Dispose () 时释放提供的 httpClient。 False: 不会释放提供的 httpClient
适用于
BatchServiceClient(HttpClientHandler, DelegatingHandler[])
- Source:
- BatchServiceClient.cs
初始化 BatchServiceClient 类的新实例。
protected BatchServiceClient(System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
参数
- rootHandler
- HttpClientHandler
可选。 用于处理 http 传输的 http 客户端处理程序。
- handlers
- DelegatingHandler[]
可选。 要添加到 http 客户端管道的委派处理程序。
适用于
BatchServiceClient(ServiceClientCredentials, HttpClient, Boolean)
- Source:
- BatchServiceClient.cs
初始化 BatchServiceClient 类的新实例。
public BatchServiceClient(Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)
参数
- credentials
- ServiceClientCredentials
必需。 客户端连接到 Azure 所需的凭据。
- httpClient
- HttpClient
要使用的 HttpClient
- disposeHttpClient
- Boolean
True:将在调用 BatchServiceClient.Dispose () 时释放提供的 httpClient。 False: 不会释放提供的 httpClient
例外
当所需的参数为 null 时引发
适用于
BatchServiceClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
- Source:
- BatchServiceClient.cs
初始化 BatchServiceClient 类的新实例。
public BatchServiceClient(Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
参数
- credentials
- ServiceClientCredentials
必需。 客户端连接到 Azure 所需的凭据。
- rootHandler
- HttpClientHandler
可选。 用于处理 http 传输的 http 客户端处理程序。
- handlers
- DelegatingHandler[]
可选。 要添加到 http 客户端管道的委派处理程序。
例外
当所需的参数为 null 时引发