Compartilhar via


PSInboundIpRule Constructors

Definition

Overloads

PSInboundIpRule()
PSInboundIpRule(InboundIpRule)

PSInboundIpRule()

public PSInboundIpRule ();
Public Sub New ()

Applies to

PSInboundIpRule(InboundIpRule)

public PSInboundIpRule (Microsoft.Azure.Management.EventGrid.Models.InboundIpRule inboundIpRules);
new Microsoft.Azure.Commands.EventGrid.Models.PSInboundIpRule : Microsoft.Azure.Management.EventGrid.Models.InboundIpRule -> Microsoft.Azure.Commands.EventGrid.Models.PSInboundIpRule
Public Sub New (inboundIpRules As InboundIpRule)

Parameters

inboundIpRules
InboundIpRule

Applies to