Share via


IPRange Constructors

Definition

Overloads

IPRange()

Initializes a new instance of the IPRange class.

IPRange(String, String, Nullable<Int32>)

Initializes a new instance of the IPRange class.

IPRange()

Initializes a new instance of the IPRange class.

public IPRange ();
Public Sub New ()

Applies to

IPRange(String, String, Nullable<Int32>)

Initializes a new instance of the IPRange class.

public IPRange (string name = default, string address = default, int? subnetPrefixLength = default);
new Microsoft.Azure.Management.Media.Models.IPRange : string * string * Nullable<int> -> Microsoft.Azure.Management.Media.Models.IPRange
Public Sub New (Optional name As String = Nothing, Optional address As String = Nothing, Optional subnetPrefixLength As Nullable(Of Integer) = Nothing)

Parameters

name
String

The friendly name for the IP address range.

address
String

The IP address.

subnetPrefixLength
Nullable<Int32>

The subnet mask prefix length (see CIDR notation).

Applies to