DdosProtectionPlan Class

Definition

A DDoS protection plan in a resource group.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DdosProtectionPlan : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DdosProtectionPlan = class
    interface IResource
Public Class DdosProtectionPlan
Implements IResource
Inheritance
DdosProtectionPlan
Attributes
Implements

Constructors

DdosProtectionPlan()

Initializes a new instance of the DdosProtectionPlan class.

DdosProtectionPlan(String, String, String, String, IDictionary<String,String>, String, String, IList<SubResource>, IList<SubResource>, String)

Initializes a new instance of the DdosProtectionPlan class.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets resource ID.

Location

Gets or sets resource location.

Name

Gets resource name.

ProvisioningState

Gets the provisioning state of the DDoS protection plan resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

PublicIpAddresses

Gets the list of public IPs associated with the DDoS protection plan resource. This list is read-only.

ResourceGuid

Gets 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.

Tags

Gets or sets resource tags.

Type

Gets resource type.

VirtualNetworks

Gets the list of virtual networks associated with the DDoS protection plan resource. This list is read-only.

Applies to