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