Bagikan melalui


ConnectivityCheckRequest.PreferredIPVersion Property

Definition

Gets or sets the IP version to be used. Only IPv4 is supported for now. Possible values include: 'IPv4'

[Newtonsoft.Json.JsonProperty(PropertyName="preferredIPVersion")]
public string PreferredIPVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preferredIPVersion")>]
member this.PreferredIPVersion : string with get, set
Public Property PreferredIPVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to