你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchAccountContext.CreateBatchRestClient Method

Definition

protected virtual Microsoft.Azure.Batch.Protocol.BatchServiceClient CreateBatchRestClient (string url, Microsoft.Rest.ServiceClientCredentials creds, System.Net.Http.DelegatingHandler handler = default);
abstract member CreateBatchRestClient : string * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
override this.CreateBatchRestClient : string * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Protected Overridable Function CreateBatchRestClient (url As String, creds As ServiceClientCredentials, Optional handler As DelegatingHandler = Nothing) As BatchServiceClient

Parameters

url
String

Returns

Applies to