Share via


TrafficManagerEndpointData.Subnets Property

Definition

The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints.

public System.Collections.Generic.IList<Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointSubnetInfo> Subnets { get; }
member this.Subnets : System.Collections.Generic.IList<Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointSubnetInfo>
Public ReadOnly Property Subnets As IList(Of TrafficManagerEndpointSubnetInfo)

Property Value

Applies to