IWithSubnetRouting<ParentT>.WithSubnetRouting Method
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.
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.UpdateDefinition.IWithAttach<ParentT> WithSubnetRouting (string ipAddress, int mask);
abstract member WithSubnetRouting : string * int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.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.UpdateDefinition.IWithAttach<ParentT> WithSubnetRouting (string first, string last);
abstract member WithSubnetRouting : string * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.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
Azure SDK for .NET