Bagikan melalui


PublicIpDdosProtectionStatusResult Constructors

Definition

Overloads

PublicIpDdosProtectionStatusResult()

Initializes a new instance of the PublicIpDdosProtectionStatusResult class.

PublicIpDdosProtectionStatusResult(String, String, String, String)

Initializes a new instance of the PublicIpDdosProtectionStatusResult class.

PublicIpDdosProtectionStatusResult()

Initializes a new instance of the PublicIpDdosProtectionStatusResult class.

public PublicIpDdosProtectionStatusResult ();
Public Sub New ()

Applies to

PublicIpDdosProtectionStatusResult(String, String, String, String)

Initializes a new instance of the PublicIpDdosProtectionStatusResult class.

public PublicIpDdosProtectionStatusResult (string publicIpAddressId = default, string publicIpAddress = default, string isWorkloadProtected = default, string ddosProtectionPlanId = default);
new Microsoft.Azure.Management.Network.Models.PublicIpDdosProtectionStatusResult : string * string * string * string -> Microsoft.Azure.Management.Network.Models.PublicIpDdosProtectionStatusResult
Public Sub New (Optional publicIpAddressId As String = Nothing, Optional publicIpAddress As String = Nothing, Optional isWorkloadProtected As String = Nothing, Optional ddosProtectionPlanId As String = Nothing)

Parameters

publicIpAddressId
String

Public IP ARM resource ID

publicIpAddress
String

IP Address of the Public IP Resource

isWorkloadProtected
String

Value indicating whether the IP address is DDoS workload protected or not. Possible values include: 'False', 'True'

ddosProtectionPlanId
String

DDoS protection plan Resource Id of a if IP address is protected through a plan.

Applies to