Share via


TrafficManagerClient.CreateTrafficManagerEndpoint Method

Definition

Overloads

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>)

CreateTrafficManagerEndpoint(String, String, String, String, String, String, String, Nullable<UInt32>, Nullable<UInt32>, String, Nullable<UInt32>, IList<String>)

public Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerEndpoint CreateTrafficManagerEndpoint (string resourceGroupName, string profileName, string endpointType, string endpointName, string targetResourceId, string target, string endpointStatus, uint? weight, uint? priority, string endpointLocation, uint? minChildEndpoints, System.Collections.Generic.IList<string> geoMapping);
member this.CreateTrafficManagerEndpoint : string * string * string * string * string * string * string * Nullable<uint32> * Nullable<uint32> * string * Nullable<uint32> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerEndpoint
Public Function CreateTrafficManagerEndpoint (resourceGroupName As String, profileName As String, endpointType As String, endpointName As String, targetResourceId As String, target As String, endpointStatus As String, weight As Nullable(Of UInteger), priority As Nullable(Of UInteger), endpointLocation As String, minChildEndpoints As Nullable(Of UInteger), geoMapping As IList(Of String)) As TrafficManagerEndpoint

Parameters

resourceGroupName
String
profileName
String
endpointType
String
endpointName
String
targetResourceId
String
target
String
endpointStatus
String
weight
Nullable<UInt32>
priority
Nullable<UInt32>
endpointLocation
String
minChildEndpoints
Nullable<UInt32>
geoMapping
IList<String>

Returns

Applies to

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>)

public Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerEndpoint CreateTrafficManagerEndpoint (string resourceGroupName, string profileName, string endpointType, string endpointName, string targetResourceId, string target, string endpointStatus, string alwaysServe, uint? weight, uint? priority, string endpointLocation, uint? minChildEndpoints, uint? minChildEndpointsIPv4, uint? minChildEndpointsIPv6, System.Collections.Generic.IList<string> geoMapping, System.Collections.Generic.IList<Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerIpAddressRange> subnetMapping, System.Collections.Generic.IList<Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerCustomHeader> customHeaders);
member this.CreateTrafficManagerEndpoint : string * string * string * string * string * string * string * string * Nullable<uint32> * Nullable<uint32> * string * Nullable<uint32> * Nullable<uint32> * Nullable<uint32> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerIpAddressRange> * System.Collections.Generic.IList<Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerCustomHeader> -> Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerEndpoint
Public Function CreateTrafficManagerEndpoint (resourceGroupName As String, profileName As String, endpointType As String, endpointName As String, targetResourceId As String, target As String, endpointStatus As String, alwaysServe As String, weight As Nullable(Of UInteger), priority As Nullable(Of UInteger), endpointLocation As String, minChildEndpoints As Nullable(Of UInteger), minChildEndpointsIPv4 As Nullable(Of UInteger), minChildEndpointsIPv6 As Nullable(Of UInteger), geoMapping As IList(Of String), subnetMapping As IList(Of TrafficManagerIpAddressRange), customHeaders As IList(Of TrafficManagerCustomHeader)) As TrafficManagerEndpoint

Parameters

resourceGroupName
String
profileName
String
endpointType
String
endpointName
String
targetResourceId
String
target
String
endpointStatus
String
alwaysServe
String
weight
Nullable<UInt32>
priority
Nullable<UInt32>
endpointLocation
String
minChildEndpoints
Nullable<UInt32>
minChildEndpointsIPv4
Nullable<UInt32>
minChildEndpointsIPv6
Nullable<UInt32>
geoMapping
IList<String>

Returns

Applies to