SubscriptionClient Class
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
| Name | Description | |
|---|---|---|
![]() | SubscriptionClient() | Initializes a new instance of the SubscriptionClient class. |
![]() | SubscriptionClient(CloudCredentials) | Initializes a new instance of the SubscriptionClient class. |
![]() | SubscriptionClient(CloudCredentials, HttpClient) | Initializes a new instance of the SubscriptionClient class. |
![]() | SubscriptionClient(CloudCredentials, Uri) | Initializes a new instance of the SubscriptionClient class. |
![]() | SubscriptionClient(CloudCredentials, Uri, HttpClient) | Initializes a new instance of the SubscriptionClient class. |
![]() | SubscriptionClient(HttpClient) | Initializes a new instance of the SubscriptionClient class. |
| Name | Description | |
|---|---|---|
![]() | ApiVersion | Gets the API version. |
![]() | BaseUri | Gets the URI used as the base for all cloud service requests. |
![]() | Credentials | Credentials used to authenticate requests. |
![]() | HttpClient | (Inherited from ServiceClient<'T>.) |
![]() | HttpMessageHandler | (Inherited from ServiceClient<'T>.) |
![]() | LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
![]() | LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
![]() | Subscriptions | |
![]() | UserAgent | (Inherited from ServiceClient<'T>.) |
| Name | Description | |
|---|---|---|
![]() | AddHandlerToPipeline(DelegatingHandler) | (Inherited from ServiceClient<'T>.) |
![]() | Clone(ServiceClient<SubscriptionClient>) | Clones properties from current instance to another SubscriptionClient instance(Overrides ServiceClient<'T>.Clone(ServiceClient<'T>).) |
![]() | Dispose() | (Inherited from ServiceClient<'T>.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHttpPipeline() | (Inherited from ServiceClient<'T>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeHttpClient(HttpMessageHandler) | (Inherited from ServiceClient<'T>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<'T>.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WithHandler(DelegatingHandler) | (Inherited from ServiceClient<'T>.) |
![]() | WithHandler(ServiceClient<'T>, DelegatingHandler) | (Inherited from ServiceClient<'T>.) |
![]() | WithHandlers(IEnumerable<DelegatingHandler>) | (Inherited from ServiceClient<'T>.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



