Condividi tramite


ServiceTagInformationPropertiesFormat.AddressPrefixes Property

Definition

Gets the list of IP address prefixes.

[Newtonsoft.Json.JsonProperty(PropertyName="addressPrefixes")]
public System.Collections.Generic.IList<string> AddressPrefixes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="addressPrefixes")>]
member this.AddressPrefixes : System.Collections.Generic.IList<string>
Public ReadOnly Property AddressPrefixes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to