SchedulerClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SchedulerClient() |
Initializes a new instance of the SchedulerClient class. |
SchedulerClient(HttpClient) |
Initializes a new instance of the SchedulerClient class. |
SchedulerClient(String, String, SubscriptionCloudCredentials) |
Initializes a new instance of the SchedulerClient class. |
SchedulerClient(String, String, SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the SchedulerClient class. |
SchedulerClient(String, String, SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the SchedulerClient class. |
SchedulerClient(String, String, SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the SchedulerClient class. |
SchedulerClient()
Initializes a new instance of the SchedulerClient class.
public SchedulerClient ();
Public Sub New ()
Applies to
SchedulerClient(HttpClient)
Initializes a new instance of the SchedulerClient class.
public SchedulerClient (System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Scheduler.SchedulerClient : System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Scheduler.SchedulerClient
Public Sub New (httpClient As HttpClient)
Parameters
- httpClient
- HttpClient
The Http client
Applies to
SchedulerClient(String, String, SubscriptionCloudCredentials)
Initializes a new instance of the SchedulerClient class.
public SchedulerClient (string cloudServiceName, string jobCollectionName, Microsoft.Azure.SubscriptionCloudCredentials credentials);
new Microsoft.WindowsAzure.Scheduler.SchedulerClient : string * string * Microsoft.Azure.SubscriptionCloudCredentials -> Microsoft.WindowsAzure.Scheduler.SchedulerClient
Public Sub New (cloudServiceName As String, jobCollectionName As String, credentials As SubscriptionCloudCredentials)
Parameters
- cloudServiceName
- String
Required.
- jobCollectionName
- String
Required.
- credentials
- 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.
Applies to
SchedulerClient(String, String, SubscriptionCloudCredentials, HttpClient)
Initializes a new instance of the SchedulerClient class.
public SchedulerClient (string cloudServiceName, string jobCollectionName, Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Scheduler.SchedulerClient : string * string * Microsoft.Azure.SubscriptionCloudCredentials * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Scheduler.SchedulerClient
Public Sub New (cloudServiceName As String, jobCollectionName As String, credentials As SubscriptionCloudCredentials, httpClient As HttpClient)
Parameters
- cloudServiceName
- String
Required.
- jobCollectionName
- String
Required.
- credentials
- 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.
- httpClient
- HttpClient
The Http client
Applies to
SchedulerClient(String, String, SubscriptionCloudCredentials, Uri)
Initializes a new instance of the SchedulerClient class.
public SchedulerClient (string cloudServiceName, string jobCollectionName, Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri);
new Microsoft.WindowsAzure.Scheduler.SchedulerClient : string * string * Microsoft.Azure.SubscriptionCloudCredentials * Uri -> Microsoft.WindowsAzure.Scheduler.SchedulerClient
Public Sub New (cloudServiceName As String, jobCollectionName As String, credentials As SubscriptionCloudCredentials, baseUri As Uri)
Parameters
- cloudServiceName
- String
Required.
- jobCollectionName
- String
Required.
- credentials
- 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
- Uri
Optional. Gets the URI used as the base for all cloud service requests.
Applies to
SchedulerClient(String, String, SubscriptionCloudCredentials, Uri, HttpClient)
Initializes a new instance of the SchedulerClient class.
public SchedulerClient (string cloudServiceName, string jobCollectionName, Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Scheduler.SchedulerClient : string * string * Microsoft.Azure.SubscriptionCloudCredentials * Uri * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Scheduler.SchedulerClient
Public Sub New (cloudServiceName As String, jobCollectionName As String, credentials As SubscriptionCloudCredentials, baseUri As Uri, httpClient As HttpClient)
Parameters
- cloudServiceName
- String
Required.
- jobCollectionName
- String
Required.
- credentials
- 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
- Uri
Optional. Gets the URI used as the base for all cloud service requests.
- httpClient
- HttpClient
The Http client
Applies to
Azure SDK for .NET