Megosztás a következőn keresztül:


Endpoint.Subnets Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.subnets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.EndpointPropertiesSubnetsItem> Subnets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.subnets")>]
member this.Subnets : System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.EndpointPropertiesSubnetsItem> with get, set
Public Property Subnets As IList(Of EndpointPropertiesSubnetsItem)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to