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

ITrafficManagerManagementClient 接口

定义

Windows Azure 流量管理器管理 API 提供一组与 Windows Azure 流量管理器服务交互的 RESTful Web 服务,用于创建、更新、列出和删除流量管理器配置文件和定义。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx)

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

属性

ApiVersion

获取 API 版本。

BaseUri

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

Credentials

获取唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。

Definitions

流量管理器 API 包括用于管理指定配置文件的定义的操作。

LongRunningOperationInitialTimeout

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

LongRunningOperationRetryTimeout

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

Profiles

流量管理器 API 包括用于管理流量管理器配置文件的操作。

适用于