Partager via


EventGridClient.CreateInboundIpRuleList(PSInboundIpRule[]) Method

Definition

public System.Collections.Generic.List<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> CreateInboundIpRuleList (Microsoft.Azure.Commands.EventGrid.Models.PSInboundIpRule[] psInboundIpRules);
member this.CreateInboundIpRuleList : Microsoft.Azure.Commands.EventGrid.Models.PSInboundIpRule[] -> System.Collections.Generic.List<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule>
Public Function CreateInboundIpRuleList (psInboundIpRules As PSInboundIpRule()) As List(Of InboundIpRule)

Parameters

psInboundIpRules
PSInboundIpRule[]

Returns

Applies to