New-AzServiceBusIPRuleConfig
Constructs an INwRuleSetIPRules object that can be fed as input to Set-AzServiceBusNetworkRuleSet
Syntax
New-AzServiceBusIPRuleConfig
-IPMask <String>
[-Action <String>]
[<CommonParameters>]
Description
Constructs an INwRuleSetIPRules object that can be fed as input to Set-AzServiceBusNetworkRuleSet
Examples
Example 1: Constructs an INwRuleSetIPRules object
New-AzServiceBusIPRuleConfig -IPMask 3.3.3.3 -Action Allow
Action IPMask
------ ------
Allow 1.1.1.1
Please refer examples for Set-AzServiceBusNetworkRuleSet to know more.
Parameters
-Action
The IP Filter Action
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IPMask
IP Mask
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell