PublicIpDdosProtectionStatusResult Class
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.
Response for GetPublicIpAddressDdosProtectionStatusOperation API service call.
public class PublicIpDdosProtectionStatusResult
type PublicIpDdosProtectionStatusResult = class
Public Class PublicIpDdosProtectionStatusResult
- Inheritance
-
PublicIpDdosProtectionStatusResult
Constructors
PublicIpDdosProtectionStatusResult() |
Initializes a new instance of the PublicIpDdosProtectionStatusResult class. |
PublicIpDdosProtectionStatusResult(String, String, String, String) |
Initializes a new instance of the PublicIpDdosProtectionStatusResult class. |
Properties
DdosProtectionPlanId |
Gets or sets DDoS protection plan Resource Id of a if IP address is protected through a plan. |
IsWorkloadProtected |
Gets or sets value indicating whether the IP address is DDoS workload protected or not. Possible values include: 'False', 'True' |
PublicIpAddress |
Gets or sets IP Address of the Public IP Resource |
PublicIpAddressId |
Gets or sets public IP ARM resource ID |
Applies to
Azure SDK for .NET