SchedulerClient Class
Namespace: Microsoft.WindowsAzure.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.ServiceClient<T>
Microsoft.WindowsAzure.Scheduler.SchedulerClient
Syntax
public class SchedulerClient : ServiceClient<SchedulerClient>,
ISchedulerClient, IDisposable
public ref class SchedulerClient : ServiceClient<SchedulerClient^>,
ISchedulerClient, IDisposable
type SchedulerClient =
class
inherit ServiceClient<SchedulerClient>
interface ISchedulerClient
interface IDisposable
end
Public Class SchedulerClient
Inherits ServiceClient(Of SchedulerClient)
Implements ISchedulerClient, IDisposable
Constructors
Name | Description | |
---|---|---|
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. |
Properties
Name | Description | |
---|---|---|
ApiVersion | Gets the API version. |
|
BaseUri | Gets the URI used as the base for all cloud service requests. |
|
CloudServiceName | ||
Credentials | Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
HttpClient | (Inherited from ServiceClient<T>.) |
|
HttpMessageHandler | (Inherited from ServiceClient<T>.) |
|
JobCollectionName | ||
Jobs | ||
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
|
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
|
UserAgent | (Inherited from ServiceClient<T>.) |
Methods
Name | Description | |
---|---|---|
AddHandlerToPipeline(DelegatingHandler) | (Inherited from ServiceClient<T>.) |
|
Clone(ServiceClient<SchedulerClient>) | Clones properties from current instance to another SchedulerClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).) |
|
Dispose() | (Inherited from ServiceClient<T>.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetHttpPipeline() | (Inherited from ServiceClient<T>.) |
|
GetType() | (Inherited from Object.) |
|
InitializeHttpClient(HttpMessageHandler) | (Inherited from ServiceClient<T>.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<T>.) |
|
ToString() | (Inherited from Object.) |
|
WithHandler(DelegatingHandler) | (Inherited from ServiceClient<T>.) |
|
WithHandler(ServiceClient<T>, DelegatingHandler) | (Inherited from ServiceClient<T>.) |
|
WithHandlers(IEnumerable<DelegatingHandler>) | (Inherited from ServiceClient<T>.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Scheduler Namespace
Return to top