Udostępnij za pośrednictwem


DefinitionOperationsExtensions 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 DefinitionOperationsExtensions
type DefinitionOperationsExtensions = class
Public Module DefinitionOperationsExtensions
Inheritance
DefinitionOperationsExtensions

Methods

Create(IDefinitionOperations, String, DefinitionCreateParameters)

Creates a new definition for a specified profile. (see http://msdn.microsoft.com/en-us/library/hh758257.aspx for more information)

CreateAsync(IDefinitionOperations, String, DefinitionCreateParameters)

Creates a new definition for a specified profile. (see http://msdn.microsoft.com/en-us/library/hh758257.aspx for more information)

Get(IDefinitionOperations, String)

Returns an existing profile definition. (see http://msdn.microsoft.com/en-us/library/hh758248.aspx for more information)

GetAsync(IDefinitionOperations, String)

Returns an existing profile definition. (see http://msdn.microsoft.com/en-us/library/hh758248.aspx for more information)

List(IDefinitionOperations, String)

Returns all definitions of a profile (see http://msdn.microsoft.com/en-us/library/hh758252.aspx for more information)

ListAsync(IDefinitionOperations, String)

Returns all definitions of a profile (see http://msdn.microsoft.com/en-us/library/hh758252.aspx for more information)

Applies to