IWithSubnetRouting.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.Update.IUpdate WithSubnetRouting (string ipAddress, int mask);
abstract member WithSubnetRouting : string * int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithSubnetRouting (ipAddress As String, mask As Integer) As IUpdate

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.Update.IUpdate WithSubnetRouting (string first, string last);
abstract member WithSubnetRouting : string * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithSubnetRouting (first As String, last As String) As IUpdate

Parameters

first
String

first address of the range.

last
String

last address of the range.

Returns

Applies to