ArmNetworkModelFactory.BastionHostIPRule(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.BastionHostIPRule BastionHostIPRule(string addressPrefix = default);
static member BastionHostIPRule : string -> Azure.ResourceManager.Network.Models.BastionHostIPRule
Public Shared Function BastionHostIPRule (Optional addressPrefix As String = Nothing) As BastionHostIPRule
Parameters
- addressPrefix
- String
Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
Returns
A new BastionHostIPRule instance for mocking.