ProfilesOperationsExtensions Class
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.
Extension methods for ProfilesOperations.
public static class ProfilesOperationsExtensions
type ProfilesOperationsExtensions = class
Public Module ProfilesOperationsExtensions
- Inheritance
-
ProfilesOperationsExtensions
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET