Permalink
Fetching contributors…
Cannot retrieve contributors at this time
46 lines (33 sloc) 1.69 KB
title description keywords author ms.author manager ms.date ms.topic ms.prod ms.technology ms.devlang ms.service
Azure Traffic Manager libraries for .NET
Reference for Azure Traffic Manager libraries for .NET
Azure, .NET, SDK, API, Traffic Manager
camsoper
casoper
douge
07/19/2017
reference
azure
azure
dotnet
multiple

Azure Traffic Manager libraries for .NET

Overview

Microsoft Azure Traffic Manager allows you to control the distribution of user traffic for service endpoints in different datacenters. Service endpoints supported by Traffic Manager include Azure VMs, Web Apps, and cloud services. You can also use Traffic Manager with external, non-Azure endpoints.

Learn more about Azure Traffic Manager.

Management library

Install the NuGet package directly from the Visual Studio Package Manager console or with the .NET Core CLI.

Visual Studio Package Manager

Install-Package Microsoft.Azure.Management.TrafficManager.Fluent
dotnet add package Microsoft.Azure.Management.TrafficManager.Fluent

[!div class="nextstepaction"] Explore the management APIs

Samples

Explore more sample .NET code you can use in your apps.