Udostępnij za pośrednictwem


ProfileOperationsExtensions Class

Definition

The Windows Azure Traffic Manager management API provides a RESTful set of web services that interact with Windows Azure Traffic Manager service for creating, updating, listing, and deleting Traffic Manager profiles and definitions. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

public static class ProfileOperationsExtensions
type ProfileOperationsExtensions = class
Public Module ProfileOperationsExtensions
Inheritance
ProfileOperationsExtensions

Methods

CheckDnsPrefixAvailability(IProfileOperations, String)

The DNS name that you want to use. You must include .trafficmanager.net in the name. (see http://msdn.microsoft.com/en-us/library/dn510368.aspx for more information)

CheckDnsPrefixAvailabilityAsync(IProfileOperations, String)

The DNS name that you want to use. You must include .trafficmanager.net in the name. (see http://msdn.microsoft.com/en-us/library/dn510368.aspx for more information)

Create(IProfileOperations, String, String)

Creates a new profile for a domain name, owned by the specified subscription. (see http://msdn.microsoft.com/en-us/library/hh758254.aspx for more information)

CreateAsync(IProfileOperations, String, String)

Creates a new profile for a domain name, owned by the specified subscription. (see http://msdn.microsoft.com/en-us/library/hh758254.aspx for more information)

Delete(IProfileOperations, String)

Deletes a profile and all of its definitions. This operation cannot be reverted. (see http://msdn.microsoft.com/en-us/library/hh758256.aspx for more information)

DeleteAsync(IProfileOperations, String)

Deletes a profile and all of its definitions. This operation cannot be reverted. (see http://msdn.microsoft.com/en-us/library/hh758256.aspx for more information)

Get(IProfileOperations, String)

Returns profile details, including all definition versions and their statuses. (see http://msdn.microsoft.com/en-us/library/hh758248.aspx for more information)

GetAsync(IProfileOperations, String)

Returns profile details, including all definition versions and their statuses. (see http://msdn.microsoft.com/en-us/library/hh758248.aspx for more information)

List(IProfileOperations)

Returns all profiles owned by a subscription. (see http://msdn.microsoft.com/en-us/library/hh758249.aspx for more information)

ListAsync(IProfileOperations)

Returns all profiles owned by a subscription. (see http://msdn.microsoft.com/en-us/library/hh758249.aspx for more information)

Update(IProfileOperations, String, ProfileDefinitionStatus, Int32)

Enables or disables a profile. (see http://msdn.microsoft.com/en-us/library/hh758250.aspx for more information)

UpdateAsync(IProfileOperations, String, ProfileDefinitionStatus, Int32)

Enables or disables a profile. (see http://msdn.microsoft.com/en-us/library/hh758250.aspx for more information)

Applies to