Share via


ServiceEndpointPolicy.Subnets Property

Definition

Gets a collection of references to subnets.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.subnets")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.Subnet> Subnets { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.subnets")>]
member this.Subnets : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.Subnet>
Public ReadOnly Property Subnets As IList(Of Subnet)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to