Share via


IntegrationRuntimeVNetProperties.PublicIPs Property

Definition

Gets or sets resource IDs of the public IP addresses that this integration runtime will use.

[Newtonsoft.Json.JsonProperty(PropertyName="publicIPs")]
public System.Collections.Generic.IList<string> PublicIPs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="publicIPs")>]
member this.PublicIPs : System.Collections.Generic.IList<string> with get, set
Public Property PublicIPs As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to