ArmNetworkModelFactory.PublicIPDdosProtectionStatusResult Method
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.
Initializes a new instance of PublicIPDdosProtectionStatusResult.
public static Azure.ResourceManager.Network.Models.PublicIPDdosProtectionStatusResult PublicIPDdosProtectionStatusResult(Azure.Core.ResourceIdentifier publicIPAddressId = default, System.Net.IPAddress publicIPAddress = default, Azure.ResourceManager.Network.Models.WorkloadProtectedFlag? isWorkloadProtected = default, Azure.Core.ResourceIdentifier ddosProtectionPlanId = default);
static member PublicIPDdosProtectionStatusResult : Azure.Core.ResourceIdentifier * System.Net.IPAddress * Nullable<Azure.ResourceManager.Network.Models.WorkloadProtectedFlag> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.PublicIPDdosProtectionStatusResult
Public Shared Function PublicIPDdosProtectionStatusResult (Optional publicIPAddressId As ResourceIdentifier = Nothing, Optional publicIPAddress As IPAddress = Nothing, Optional isWorkloadProtected As Nullable(Of WorkloadProtectedFlag) = Nothing, Optional ddosProtectionPlanId As ResourceIdentifier = Nothing) As PublicIPDdosProtectionStatusResult
Parameters
- publicIPAddressId
- ResourceIdentifier
Public IP ARM resource ID.
- publicIPAddress
- IPAddress
IP Address of the Public IP Resource.
- isWorkloadProtected
- Nullable<WorkloadProtectedFlag>
Value indicating whether the IP address is DDoS workload protected or not.
- ddosProtectionPlanId
- ResourceIdentifier
DDoS protection plan Resource Id of a if IP address is protected through a plan.
Returns
A new PublicIPDdosProtectionStatusResult instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET