C# Class Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ScenarioTestContext

Inheritance: BatchAccountContext
Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ScenarioTestContext ( ) : Microsoft.Azure.Batch.Protocol

Protected Methods

Method Description
CreateBatchRestClient ( string url, string accountName, string key, DelegatingHandler handler = default(DelegatingHandler) ) : BatchServiceClient

Method Details

CreateBatchRestClient() protected method

protected CreateBatchRestClient ( string url, string accountName, string key, DelegatingHandler handler = default(DelegatingHandler) ) : BatchServiceClient
url string
accountName string
key string
handler System.Net.Http.DelegatingHandler
return BatchServiceClient

ScenarioTestContext() public method

public ScenarioTestContext ( ) : Microsoft.Azure.Batch.Protocol
return Microsoft.Azure.Batch.Protocol