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

DdosProtectionPlan 构造函数

定义

重载

DdosProtectionPlan()

初始化 DdosProtectionPlan 类的新实例。

DdosProtectionPlan(String, String, String, String, IDictionary<String,String>, String, String, IList<SubResource>, IList<SubResource>, String)

初始化 DdosProtectionPlan 类的新实例。

DdosProtectionPlan()

初始化 DdosProtectionPlan 类的新实例。

public DdosProtectionPlan ();
Public Sub New ()

适用于

DdosProtectionPlan(String, String, String, String, IDictionary<String,String>, String, String, IList<SubResource>, IList<SubResource>, String)

初始化 DdosProtectionPlan 类的新实例。

public DdosProtectionPlan (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string resourceGuid = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> publicIpAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> virtualNetworks = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.DdosProtectionPlan : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string -> Microsoft.Azure.Management.Network.Models.DdosProtectionPlan
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 resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional publicIpAddresses As IList(Of SubResource) = Nothing, Optional virtualNetworks As IList(Of SubResource) = Nothing, Optional etag As String = Nothing)

参数

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

location
String

资源位置。

tags
IDictionary<String,String>

资源标记。

resourceGuid
String

DDoS 保护计划资源的资源 GUID 属性。 它唯一标识资源,即使用户更改其名称或跨订阅或资源组迁移资源也是如此。

provisioningState
String

DDoS 保护计划资源的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

publicIpAddresses
IList<SubResource>

与 DDoS 保护计划资源关联的公共 IP 列表。 此列表是只读的。

virtualNetworks
IList<SubResource>

与 DDoS 防护计划资源关联的虚拟网络列表。 此列表是只读的。

etag
String

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

适用于