Microsoft.Azure.Commands.Batch.Models.BatchClient.BatchClient C# (CSharp) Method

BatchClient() public method

Creates new BatchClient instance
public BatchClient ( IBatchManagementClient batchManagementClient, IResourceManagementClient resourceManagementClient ) : Microsoft.Azure.Commands.Common.Authentication
batchManagementClient IBatchManagementClient The IBatchManagementClient instance
resourceManagementClient IResourceManagementClient The IResourceManagementClient instance
return Microsoft.Azure.Commands.Common.Authentication
        public BatchClient(IBatchManagementClient batchManagementClient, IResourceManagementClient resourceManagementClient)
        {
            BatchManagementClient = batchManagementClient;
            ResourceManagementClient = resourceManagementClient;
        }

Same methods

BatchClient::BatchClient ( ) : Microsoft.Azure.Commands.Common.Authentication
BatchClient::BatchClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
BatchClient