Sdílet prostřednictvím


CidrIpAddress Konstruktory

Definice

Přetížení

CidrIpAddress()

Inicializuje novou instanci CidrIpAddress třídy.

CidrIpAddress(String, Nullable<Int32>)

Inicializuje novou instanci CidrIpAddress třídy.

CidrIpAddress()

Inicializuje novou instanci CidrIpAddress třídy.

public CidrIpAddress ();
Public Sub New ()

Platí pro

CidrIpAddress(String, Nullable<Int32>)

Inicializuje novou instanci CidrIpAddress třídy.

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

Parametry

baseIpAddress
String

Samotná IP adresa.

prefixLength
Nullable<Int32>

Délka předpony IP adresy.

Platí pro