Share via


SchedulerClient Constructor (String, String, SubscriptionCloudCredentials)

 

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
)
public:
SchedulerClient(
    String^ cloudServiceName,
    String^ jobCollectionName,
    SubscriptionCloudCredentials^ credentials
)
new : 
        cloudServiceName:string *
        jobCollectionName:string *
        credentials:SubscriptionCloudCredentials -> SchedulerClient
Public Sub New (
    cloudServiceName As String,
    jobCollectionName As String,
    credentials As SubscriptionCloudCredentials
)

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