共用方式為


CidrIpAddress 建構函式

定義

多載

CidrIpAddress()

初始化 CidrIpAddress 類別的新實例。

CidrIpAddress(String, Nullable<Int32>)

初始化 CidrIpAddress 類別的新實例。

CidrIpAddress()

初始化 CidrIpAddress 類別的新實例。

public CidrIpAddress ();
Public Sub New ()

適用於

CidrIpAddress(String, Nullable<Int32>)

初始化 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)

參數

baseIpAddress
String

IP 位址本身。

prefixLength
Nullable<Int32>

ip 位址前置詞的長度。

適用於