SchedulerClient Constructor (String, String, SubscriptionCloudCredentials, Uri, HttpClient)

 

Initializes a new instance of the SchedulerClient class.

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Public Sub New (
	cloudServiceName As String,
	jobCollectionName As String,
	credentials As SubscriptionCloudCredentials,
	baseUri As Uri,
	httpClient As HttpClient
)

Parameters

cloudServiceName
Type: System.String

Required.

jobCollectionName
Type: System.String

Required.

credentials
Type: Microsoft.Azure.SubscriptionCloudCredentials

Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

baseUri
Type: System.Uri

Optional. Gets the URI used as the base for all cloud service requests.

httpClient
Type: System.Net.Http.HttpClient

The Http client

Return to top
Show: