SchedulerClient Class

Definition

public class SchedulerClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Scheduler.SchedulerClient>, IDisposable, Microsoft.WindowsAzure.Scheduler.ISchedulerClient
type SchedulerClient = class
    inherit ServiceClient<SchedulerClient>
    interface ISchedulerClient
    interface IDisposable
Public Class SchedulerClient
Inherits ServiceClient(Of SchedulerClient)
Implements IDisposable, ISchedulerClient
Inheritance
Hyak.Common.ServiceClient<SchedulerClient>
SchedulerClient
Implements

Constructors

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

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.

JobCollectionName
Jobs
LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

Methods

Clone(ServiceClient<SchedulerClient>)

Clones properties from current instance to another SchedulerClient instance

Applies to