BatchAccountContext.CreateBatchRestClient Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- creds
- ServiceClientCredentials
- handler
- DelegatingHandler