Delen via


CidrIpAddress Constructors

Definition

Overloads

CidrIpAddress()

Initializes a new instance of the CidrIpAddress class.

CidrIpAddress(String, Nullable<Int32>)

Initializes a new instance of the CidrIpAddress class.

CidrIpAddress()

Initializes a new instance of the CidrIpAddress class.

public CidrIpAddress ();
Public Sub New ()

Applies to

CidrIpAddress(String, Nullable<Int32>)

Initializes a new instance of the CidrIpAddress class.

public CidrIpAddress (string baseIpAddress = default, int? prefixLength = default);
new Microsoft.Azure.Management.Cdn.Models.CidrIpAddress : string * Nullable<int> -> Microsoft.Azure.Management.Cdn.Models.CidrIpAddress
Public Sub New (Optional baseIpAddress As String = Nothing, Optional prefixLength As Nullable(Of Integer) = Nothing)

Parameters

baseIpAddress
String

Ip address itself.

prefixLength
Nullable<Int32>

The length of the prefix of the ip address.

Applies to