Share via


SubscriptionClient Class

 

Namespace:   Microsoft.WindowsAzure.Subscriptions
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.ServiceClient<T>
    Microsoft.WindowsAzure.Subscriptions.SubscriptionClient

Syntax

public class SubscriptionClient : ServiceClient<SubscriptionClient>, 
    ISubscriptionClient, IDisposable
public ref class SubscriptionClient : ServiceClient<SubscriptionClient^>, 
    ISubscriptionClient, IDisposable
type SubscriptionClient = 
    class
        inherit ServiceClient<SubscriptionClient>
        interface ISubscriptionClient
        interface IDisposable
    end
Public Class SubscriptionClient
    Inherits ServiceClient(Of SubscriptionClient)
    Implements ISubscriptionClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod SubscriptionClient()

Initializes a new instance of the SubscriptionClient class.

System_CAPS_pubmethod SubscriptionClient(CloudCredentials)

Initializes a new instance of the SubscriptionClient class.

System_CAPS_pubmethod SubscriptionClient(CloudCredentials, HttpClient)

Initializes a new instance of the SubscriptionClient class.

System_CAPS_pubmethod SubscriptionClient(CloudCredentials, Uri)

Initializes a new instance of the SubscriptionClient class.

System_CAPS_pubmethod SubscriptionClient(CloudCredentials, Uri, HttpClient)

Initializes a new instance of the SubscriptionClient class.

System_CAPS_pubmethod SubscriptionClient(HttpClient)

Initializes a new instance of the SubscriptionClient class.

Properties

Name Description
System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty BaseUri

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

System_CAPS_pubproperty Credentials

Credentials used to authenticate requests.

System_CAPS_pubproperty HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty Subscriptions

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

Methods

Name Description
System_CAPS_pubmethod AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<SubscriptionClient>)

Clones properties from current instance to another SubscriptionClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod 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.Subscriptions Namespace

Return to top