次の方法で共有


LoadBalancer.OutboundRules Property

Definition

Gets or sets the outbound rules.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outboundRules")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.OutboundRule> OutboundRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outboundRules")>]
member this.OutboundRules : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.OutboundRule> with get, set
Public Property OutboundRules As IList(Of OutboundRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to