你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomIpPrefix 构造函数

定义

重载

CustomIpPrefix()

初始化 CustomIpPrefix 类的新实例。

CustomIpPrefix(String, String, String, String, IDictionary<String, String>, ExtendedLocation, String, String, String, String, SubResource, IList<SubResource>, String, Nullable<Boolean>, String, Nullable<Boolean>, String, IList<SubResource>, String, String, String, String, IList<String>)

初始化 CustomIpPrefix 类的新实例。

CustomIpPrefix()

初始化 CustomIpPrefix 类的新实例。

public CustomIpPrefix ();
Public Sub New ()

适用于

CustomIpPrefix(String, String, String, String, IDictionary<String, String>, ExtendedLocation, String, String, String, String, SubResource, IList<SubResource>, String, Nullable<Boolean>, String, Nullable<Boolean>, String, IList<SubResource>, String, String, String, String, IList<String>)

初始化 CustomIpPrefix 类的新实例。

public CustomIpPrefix (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.ExtendedLocation extendedLocation = default, string asn = default, string cidr = default, string signedMessage = default, string authorizationMessage = default, Microsoft.Azure.Management.Network.Models.SubResource customIpPrefixParent = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> childCustomIpPrefixes = default, string commissionedState = default, bool? expressRouteAdvertise = default, string geo = default, bool? noInternetAdvertise = default, string prefixType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> publicIpPrefixes = default, string resourceGuid = default, string failedReason = default, string provisioningState = default, string etag = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Models.CustomIpPrefix : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ExtendedLocation * string * string * string * string * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * Nullable<bool> * string * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.CustomIpPrefix
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional asn As String = Nothing, Optional cidr As String = Nothing, Optional signedMessage As String = Nothing, Optional authorizationMessage As String = Nothing, Optional customIpPrefixParent As SubResource = Nothing, Optional childCustomIpPrefixes As IList(Of SubResource) = Nothing, Optional commissionedState As String = Nothing, Optional expressRouteAdvertise As Nullable(Of Boolean) = Nothing, Optional geo As String = Nothing, Optional noInternetAdvertise As Nullable(Of Boolean) = Nothing, Optional prefixType As String = Nothing, Optional publicIpPrefixes As IList(Of SubResource) = Nothing, Optional resourceGuid As String = Nothing, Optional failedReason As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing, Optional zones As IList(Of String) = Nothing)

参数

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

location
String

资源位置。

tags
IDictionary<String,String>

资源标记。

extendedLocation
ExtendedLocation

自定义 IP 前缀的扩展位置。

asn
String

CIDR 广告的 ASN。 应是字符串格式的整数。

cidr
String

CIDR 表示法中的前缀范围。 应包含起始地址和前缀长度。

signedMessage
String

用于 WAN 验证的已签名消息。

authorizationMessage
String

用于 WAN 验证的授权消息。

customIpPrefixParent
SubResource

IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。

childCustomIpPrefixes
IList<SubResource>

IPv6 /48 CustomIpPrefix 的所有子项的列表。

commissionedState
String

自定义 IP 前缀的委托状态。 可能的值包括:“Provisioning”、“Provisioned”、“Commissioning”、“CommissionedNoInternetAdvertise”、“Commissioned”、“Decommissioning”、“Deprovisioning”、“Deprovisioned”

expressRouteAdvertise
Nullable<Boolean>

是否执行快速路由播发。

geo
String

CIDR 广告的地理区域。 应为地理代码。 可能的值包括:“GLOBAL”、“AFRI”、“APAC”、“EURO”、“LATAM”、“NAM”、“ME”、“OCEANIA”、“AQ”

noInternetAdvertise
Nullable<Boolean>

是否将范围播发到 Internet。

prefixType
String

自定义 IP 前缀的类型。 应为单数、父级或子级。 可能的值包括:“Singular”、“Parent”、“Child”

publicIpPrefixes
IList<SubResource>

所有引用的 PublicIpPrefixes 的列表。

resourceGuid
String

自定义 IP 前缀资源的资源 GUID 属性。

failedReason
String

资源处于失败状态的原因。

provisioningState
String

自定义 IP 前缀资源的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

etag
String

一个唯一的只读字符串,每当资源更新时都会更改。

zones
IList<String>

一个可用性区域列表,指示为资源分配的 IP 需要来自。

适用于