Share via


SchedulerClient Constructor (String, String, SubscriptionCloudCredentials, Uri)

 

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

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.

  • baseUri
    Type: System.Uri

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

See Also

SchedulerClient Overload
SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace

Return to top