ISubscriptionClient Interface

Definition

public interface ISubscriptionClient : IDisposable
type ISubscriptionClient = interface
    interface IDisposable
Public Interface ISubscriptionClient
Implements IDisposable
Derived
Implements

Properties

ApiVersion

Gets the API version.

BaseUri

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

Credentials

Credentials used to authenticate requests.

LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

Subscriptions

Operations for managing subscriptions.

Tenants

Operations for managing tenants.

Applies to