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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell