Udostępnij za pośrednictwem


CidrIpAddress Konstruktory

Definicja

Przeciążenia

CidrIpAddress()

Inicjuje nowe wystąpienie klasy CidrIpAddress.

CidrIpAddress(String, Nullable<Int32>)

Inicjuje nowe wystąpienie klasy CidrIpAddress.

CidrIpAddress()

Inicjuje nowe wystąpienie klasy CidrIpAddress.

public CidrIpAddress ();
Public Sub New ()

Dotyczy

CidrIpAddress(String, Nullable<Int32>)

Inicjuje nowe wystąpienie klasy CidrIpAddress.

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

Sam adres IP.

prefixLength
Nullable<Int32>

Długość prefiksu adresu IP.

Dotyczy