New-AzEventHubIPRuleConfig
Constructs an INwRuleSetIPRules object that can be fed as input to Set-AzEventHubNetworkRuleSet
PowerShell
New-AzEventHubIPRuleConfig
-IPMask <String>
[-Action <String>]
[<CommonParameters>]
Constructs an INwRuleSetIPRules object that can be fed as input to Set-AzEventHubNetworkRuleSet
PowerShell
New-AzEventHubIPRuleConfig -IPMask 3.3.3.3 -Action Allow
Action IPMask
------ ------
Allow 1.1.1.1
Please refer examples for Set-AzEventHubNetworkRuleSet to know more.
The IP Filter Action
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
IP Mask
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |