New-AzEventGridInboundIPRuleObject
Create an in-memory object for InboundIPRule.
Syntax
New-AzEventGridInboundIPRuleObject
[-Action <String>]
[-IPMask <String>]
[<CommonParameters>]
Description
Create an in-memory object for InboundIPRule.
Examples
Example 1: Create an in-memory object for InboundIPRule.
New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1"
Action IPMask
------ ------
Allow 12.18.176.1
Create an in-memory object for InboundIPRule.
Parameters
-Action
Action to perform based on the match or no match of the IpMask.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IPMask
IP Address in CIDR notation e.g., 10.0.0.0/8.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.