AutoscaleClient Class

Definition

public class AutoscaleClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.Monitoring.Autoscale.AutoscaleClient>, IDisposable, Microsoft.WindowsAzure.Management.Monitoring.Autoscale.IAutoscaleClient
type AutoscaleClient = class
    inherit ServiceClient<AutoscaleClient>
    interface IAutoscaleClient
    interface IDisposable
Public Class AutoscaleClient
Inherits ServiceClient(Of AutoscaleClient)
Implements IAutoscaleClient, IDisposable
Inheritance
Hyak.Common.ServiceClient<AutoscaleClient>
AutoscaleClient
Implements

Constructors

AutoscaleClient()

Initializes a new instance of the AutoscaleClient class.

AutoscaleClient(HttpClient)

Initializes a new instance of the AutoscaleClient class.

AutoscaleClient(SubscriptionCloudCredentials)

Initializes a new instance of the AutoscaleClient class.

AutoscaleClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the AutoscaleClient class.

AutoscaleClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the AutoscaleClient class.

AutoscaleClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the AutoscaleClient class.

Properties

ApiVersion

Gets the API version.

BaseUri

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

Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

Settings

Operations for managing the autoscale settings.

Methods

Clone(ServiceClient<AutoscaleClient>)

Clones properties from current instance to another AutoscaleClient instance

Applies to