SchedulerClient Constructor (String, String, SubscriptionCloudCredentials, HttpClient)
Initializes a new instance of the SchedulerClient class.
Namespace: Microsoft.WindowsAzure.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public SchedulerClient(
string cloudServiceName,
string jobCollectionName,
SubscriptionCloudCredentials credentials,
HttpClient httpClient
)
public:
SchedulerClient(
String^ cloudServiceName,
String^ jobCollectionName,
SubscriptionCloudCredentials^ credentials,
HttpClient^ httpClient
)
new :
cloudServiceName:string *
jobCollectionName:string *
credentials:SubscriptionCloudCredentials *
httpClient:HttpClient -> SchedulerClient
Public Sub New (
cloudServiceName As String,
jobCollectionName As String,
credentials As SubscriptionCloudCredentials,
httpClient As HttpClient
)
Parameters
cloudServiceName
Type: System.StringRequired.
jobCollectionName
Type: System.StringRequired.
credentials
Type: Microsoft.Azure.SubscriptionCloudCredentialsRequired. 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.HttpClientThe Http client
See Also
SchedulerClient Overload
SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace
Return to top