Share via


BatchIPRule(String) Constructor

Definition

Initializes a new instance of BatchIPRule.

public BatchIPRule (string value);
new Azure.ResourceManager.Batch.Models.BatchIPRule : string -> Azure.ResourceManager.Batch.Models.BatchIPRule
Public Sub New (value As String)

Parameters

value
String

IPv4 address, or IPv4 address range in CIDR format.

Exceptions

value is null.

Applies to