Share via


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

  • 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.

See Also

SchedulerClient Overload
SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace

Return to top