Udostępnij za pośrednictwem


IDefinitionOperations Interface

Definition

The Traffic Manager API includes operations for managing definitions for a specified profile.

public interface IDefinitionOperations
type IDefinitionOperations = interface
Public Interface IDefinitionOperations

Methods

CreateAsync(String, DefinitionCreateParameters, CancellationToken)

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

GetAsync(String, CancellationToken)

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

ListAsync(String, CancellationToken)

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

Extension 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