IProfilesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProfilesOperations operations.
public interface IProfilesOperations
type IProfilesOperations = interface
Public Interface IProfilesOperations
Methods
Extension Methods
CheckTrafficManagerRelativeDnsNameAvailabilityAsync(IProfilesOperations, String, String, CancellationToken) |
Checks the availability of a Traffic Manager Relative DNS name. |
CreateOrUpdateAsync(IProfilesOperations, String, String, ProfileInner, CancellationToken) |
Create or update a Traffic Manager profile. |
DeleteAsync(IProfilesOperations, String, String, CancellationToken) |
Deletes a Traffic Manager profile. |
GetAsync(IProfilesOperations, String, String, CancellationToken) |
Gets a Traffic Manager profile. |
ListByResourceGroupAsync(IProfilesOperations, String, CancellationToken) |
Lists all Traffic Manager profiles within a resource group. |
ListBySubscriptionAsync(IProfilesOperations, CancellationToken) |
Lists all Traffic Manager profiles within a subscription. |
UpdateAsync(IProfilesOperations, String, String, ProfileInner, CancellationToken) |
Update a Traffic Manager profile. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET