PublicIpDdosProtectionStatusResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET