TrafficManagerClient Class
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.
public class TrafficManagerClient
type TrafficManagerClient = class
Public Class TrafficManagerClient
Inheritance
Constructors
Fields
Properties
Methods
CreateTrafficManagerEndpoint(String, String, String, String, String,
String, String, Nullable<UInt32>, Nullable<UInt32>, String, Nullable<UInt32>,
IList<String>)
CreateTrafficManagerEndpoint(String, String, String, String, String,
String, String, String, Nullable<UInt32>, Nullable<UInt32>, String,
Nullable<UInt32>, Nullable<UInt32>, Nullable<UInt32>, IList<String>,
IList<TrafficManagerIpAddressRange>, IList<TrafficManagerCustomHeader>)
CreateTrafficManagerProfile(String, String, String, String, String,
UInt32, String, UInt32, String, Nullable<Int32>, Nullable<Int32>,
Nullable<Int32>, Hashtable)
CreateTrafficManagerProfile(String, String, String, String, String,
UInt32, String, UInt32, String, Nullable<Int32>, Nullable<Int32>,
Nullable<Int32>, Nullable<Int64>, Hashtable, List<TrafficManagerCustomHeader>,
List<TrafficManagerExpectedStatusCodeRange>)
DeleteTrafficManagerEndpoint(TrafficManagerEndpoint)
DeleteTrafficManagerProfile(TrafficManagerProfile)
EnableDisableTrafficManagerEndpoint(TrafficManagerEndpoint, Boolean)
EnableDisableTrafficManagerProfile(TrafficManagerProfile, Boolean)
GetTrafficManagerEndpoint(String, String, String, String)
GetTrafficManagerProfile(String, String)
ListTrafficManagerProfiles(String)
SetTrafficManagerEndpoint(TrafficManagerEndpoint)
SetTrafficManagerProfile(TrafficManagerProfile)
Applies to