IWithSubnetRouting<ParentT>.WithSubnetRouting Method

Definition

Overloads

WithSubnetRouting(String, Int32)

Specifies the priority for the endpoint that will be used when the parent profile is configured with Subnet routing method TrafficRoutingMethod.SUBNET.

WithSubnetRouting(String, String)

Specifies the priority for the endpoint that will be used when the parent profile is configured with Subnet routing method TrafficRoutingMethod.SUBNET.

WithSubnetRouting(String, Int32)

Specifies the priority for the endpoint that will be used when the parent profile is configured with Subnet routing method TrafficRoutingMethod.SUBNET.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithSubnetRouting (string ipAddress, int mask);
abstract member WithSubnetRouting : string * int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithSubnetRouting (ipAddress As String, mask As Integer) As IWithAttach(Of ParentT)

Parameters

ipAddress
String

first address of the range.

mask
Int32

last address of the range.

Returns

Applies to

WithSubnetRouting(String, String)

Specifies the priority for the endpoint that will be used when the parent profile is configured with Subnet routing method TrafficRoutingMethod.SUBNET.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithSubnetRouting (string first, string last);
abstract member WithSubnetRouting : string * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithSubnetRouting (first As String, last As String) As IWithAttach(Of ParentT)

Parameters

first
String

first address of the range.

last
String

last address of the range.

Returns

Applies to