DdosProtectionPlanPropertiesFormatOutput interface
DDoS protection plan properties.
Properties
| provisioning |
The provisioning state of the DDoS protection plan resource. |
| public |
The list of public IPs associated with the DDoS protection plan resource. This list is read-only. |
| resource |
The resource GUID property of the DDoS protection plan resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups. |
| virtual |
The list of virtual networks associated with the DDoS protection plan resource. This list is read-only. |
Property Details
provisioningState
The provisioning state of the DDoS protection plan resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
publicIpAddresses
The list of public IPs associated with the DDoS protection plan resource. This list is read-only.
publicIpAddresses?: SubResourceOutput[]
Property Value
resourceGuid
The resource GUID property of the DDoS protection plan resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.
resourceGuid?: string
Property Value
string
virtualNetworks
The list of virtual networks associated with the DDoS protection plan resource. This list is read-only.
virtualNetworks?: SubResourceOutput[]