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

ProfileOperationsExtensions 类

定义

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

public static class ProfileOperationsExtensions
type ProfileOperationsExtensions = class
Public Module ProfileOperationsExtensions
继承
ProfileOperationsExtensions

方法

CheckDnsPrefixAvailability(IProfileOperations, String)

要使用的 DNS 名称。 名称中必须包含 .trafficmanager.net。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/dn510368.aspx)

CheckDnsPrefixAvailabilityAsync(IProfileOperations, String)

要使用的 DNS 名称。 名称中必须包含 .trafficmanager.net。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/dn510368.aspx)

Create(IProfileOperations, String, String)

为指定订阅拥有的域名创建新的配置文件。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758254.aspx)

CreateAsync(IProfileOperations, String, String)

为指定订阅拥有的域名创建新的配置文件。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758254.aspx)

Delete(IProfileOperations, String)

删除某一配置文件及其所有定义。 此操作不能还原。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758256.aspx)

DeleteAsync(IProfileOperations, String)

删除某一配置文件及其所有定义。 此操作不能还原。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758256.aspx)

Get(IProfileOperations, String)

返回配置文件详细信息,包括所有定义版本及其状态。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758248.aspx)

GetAsync(IProfileOperations, String)

返回配置文件详细信息,包括所有定义版本及其状态。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758248.aspx)

List(IProfileOperations)

返回某一订阅拥有的所有配置文件。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758249.aspx)

ListAsync(IProfileOperations)

返回某一订阅拥有的所有配置文件。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758249.aspx)

Update(IProfileOperations, String, ProfileDefinitionStatus, Int32)

启用或禁用某一配置文件。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758250.aspx)

UpdateAsync(IProfileOperations, String, ProfileDefinitionStatus, Int32)

启用或禁用某一配置文件。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/hh758250.aspx)

适用于