Share via


ISubscriptionClient Interface

 

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

Syntax

public interface ISubscriptionClient : IDisposable
public interface class ISubscriptionClient : IDisposable
type ISubscriptionClient = 
    interface
        interface IDisposable
    end
Public Interface ISubscriptionClient
    Inherits IDisposable

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 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

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.WindowsAzure.Subscriptions Namespace

Return to top