CidrIpAddress 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 位址本身。