你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISubscriptionClient 接口

定义

public interface ISubscriptionClient : IDisposable
type ISubscriptionClient = interface
    interface IDisposable
Public Interface ISubscriptionClient
Implements IDisposable
派生
实现

属性

ApiVersion

获取 API 版本。

BaseUri

获取用作所有云服务请求基础的 URI。

Credentials

用于对请求进行身份验证的凭据。

LongRunningOperationInitialTimeout

获取或设置长时间运行操作的初始超时。

LongRunningOperationRetryTimeout

获取或设置长时间运行操作的重试超时。

Subscriptions

用于管理订阅的操作。

Tenants

用于管理租户的操作。

适用于