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

ProfilesOperationsExtensions 类

定义

ProfilesOperations 的扩展方法。

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

方法

CheckTrafficManagerRelativeDnsNameAvailability(IProfilesOperations, String, String)

检查流量管理器相对 DNS 名称的可用性。

CheckTrafficManagerRelativeDnsNameAvailabilityAsync(IProfilesOperations, String, String, CancellationToken)

检查流量管理器相对 DNS 名称的可用性。

CreateOrUpdate(IProfilesOperations, String, String, Profile)

创建或更新流量管理器配置文件。

CreateOrUpdateAsync(IProfilesOperations, String, String, Profile, CancellationToken)

创建或更新流量管理器配置文件。

Delete(IProfilesOperations, String, String)

删除流量管理器配置文件。

DeleteAsync(IProfilesOperations, String, String, CancellationToken)

删除流量管理器配置文件。

Get(IProfilesOperations, String, String)

获取流量管理器配置文件。

GetAsync(IProfilesOperations, String, String, CancellationToken)

获取流量管理器配置文件。

ListByResourceGroup(IProfilesOperations, String)

列出资源组中的所有流量管理器配置文件。

ListByResourceGroupAsync(IProfilesOperations, String, CancellationToken)

列出资源组中的所有流量管理器配置文件。

ListBySubscription(IProfilesOperations)

列出订阅中的所有流量管理器配置文件。

ListBySubscriptionAsync(IProfilesOperations, CancellationToken)

列出订阅中的所有流量管理器配置文件。

Update(IProfilesOperations, String, String, Profile)

更新流量管理器配置文件。

UpdateAsync(IProfilesOperations, String, String, Profile, CancellationToken)

更新流量管理器配置文件。

适用于