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
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.
baseUri
Type: System.UriOptional. 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