SchedulerClient Constructor (String, String, SubscriptionCloudCredentials, HttpClient)
Initializes a new instance of the SchedulerClient class.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Public Sub New ( cloudServiceName As String, jobCollectionName As String, credentials As SubscriptionCloudCredentials, 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.
- httpClient
-
Type:
System.Net.Http.HttpClient
The Http client
Show: