Azure.ResourceManager.TrafficManager Namespace

Classes

TrafficManagerEndpointCollection

The class to overcome issue with the TrafficManagerEndpoint Collection REST API where there is no REST API counterpart that GETs all profile data resource. The all profile data resources are retrieved from the collection of endpoints attached to TrafficManagerProfileData.

TrafficManagerEndpointData

A class representing the TrafficManagerEndpoint data model. Class representing a Traffic Manager endpoint.

TrafficManagerEndpointResource

Customizes validation of the resource name since default resource name of the TrafficManagerEndpoint has a template parameter baked in.

TrafficManagerExtensions

A class to add extension methods to Azure.ResourceManager.TrafficManager.

TrafficManagerGeographicHierarchyData

A class representing the TrafficManagerGeographicHierarchy data model. Class representing the Geographic hierarchy used with the Geographic traffic routing method.

TrafficManagerGeographicHierarchyResource

A Class representing a TrafficManagerGeographicHierarchy along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a TrafficManagerGeographicHierarchyResource from an instance of ArmClient using the GetTrafficManagerGeographicHierarchyResource method. Otherwise you can get one from its parent resource TenantResource using the GetTrafficManagerGeographicHierarchy method.

TrafficManagerHeatMapCollection

A class representing a collection of TrafficManagerHeatMapResource and their operations. Each TrafficManagerHeatMapResource in the collection will belong to the same instance of TrafficManagerProfileResource. To get a TrafficManagerHeatMapCollection instance call the GetTrafficManagerHeatMaps method from an instance of TrafficManagerProfileResource.

TrafficManagerHeatMapData

A class representing the TrafficManagerHeatMap data model. Class representing a Traffic Manager HeatMap.

TrafficManagerHeatMapResource

A Class representing a TrafficManagerHeatMap along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a TrafficManagerHeatMapResource from an instance of ArmClient using the GetTrafficManagerHeatMapResource method. Otherwise you can get one from its parent resource TrafficManagerProfileResource using the GetTrafficManagerHeatMap method.

TrafficManagerProfileCollection

A class representing a collection of TrafficManagerProfileResource and their operations. Each TrafficManagerProfileResource in the collection will belong to the same instance of ResourceGroupResource. To get a TrafficManagerProfileCollection instance call the GetTrafficManagerProfiles method from an instance of ResourceGroupResource.

TrafficManagerProfileData

A class representing the TrafficManagerProfile data model. Class representing a Traffic Manager profile.

TrafficManagerProfileResource

A Class representing a TrafficManagerProfile along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a TrafficManagerProfileResource from an instance of ArmClient using the GetTrafficManagerProfileResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetTrafficManagerProfile method.

TrafficManagerUserMetricData

A class representing the TrafficManagerUserMetric data model. Class representing Traffic Manager User Metrics.

TrafficManagerUserMetricsResource

Class to overcome issue when the original resource is generated by swagger has "default" suffix in it. E.g. "/subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys/default" which generates HTTP 400 and simply does not work.