IDefinitionOperations 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.
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
Applies to
Azure SDK for .NET