FrontendIPConfiguration.OutboundRules Property

Definition

Gets an array of references to outbound rules that use this frontend IP.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outboundRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> OutboundRules { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outboundRules")>]
member this.OutboundRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource>
Public ReadOnly Property OutboundRules As IList(Of SubResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to