| external help file | |
|---|---|
| Module Name | Az.EventHub |
| online version | https://learn.microsoft.com/powershell/module/az.eventhub/new-azeventhubipruleconfig |
| schema | 2.0.0 |
Constructs an INwRuleSetIPRules object that can be fed as input to Set-AzEventHubNetworkRuleSet
New-AzEventHubIPRuleConfig -IPMask <String> [-Action <String>] [<CommonParameters>]
Constructs an INwRuleSetIPRules object that can be fed as input to Set-AzEventHubNetworkRuleSet
New-AzEventHubIPRuleConfig -IPMask 3.3.3.3 -Action AllowAction IPMask
------ ------
Allow 1.1.1.1
Please refer examples for Set-AzEventHubNetworkRuleSet to know more.
The IP Filter Action
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIP Mask
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.