DdosCustomPolicyInner Constructors

Definition

Overloads

DdosCustomPolicyInner()

Initializes a new instance of the DdosCustomPolicyInner class.

DdosCustomPolicyInner(String, String, String, String, IDictionary<String, String>, String, ProvisioningState, IList<SubResource>, IList<ProtocolCustomSettingsFormat>, String)

Initializes a new instance of the DdosCustomPolicyInner class.

DdosCustomPolicyInner()

Initializes a new instance of the DdosCustomPolicyInner class.

public DdosCustomPolicyInner ();
Public Sub New ()

Applies to

DdosCustomPolicyInner(String, String, String, String, IDictionary<String, String>, String, ProvisioningState, IList<SubResource>, IList<ProtocolCustomSettingsFormat>, String)

Initializes a new instance of the DdosCustomPolicyInner class.

public DdosCustomPolicyInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> publicIPAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ProtocolCustomSettingsFormat> protocolCustomSettings = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.DdosCustomPolicyInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ProtocolCustomSettingsFormat> * string -> Microsoft.Azure.Management.Network.Fluent.Models.DdosCustomPolicyInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional publicIPAddresses As IList(Of SubResource) = Nothing, Optional protocolCustomSettings As IList(Of ProtocolCustomSettingsFormat) = Nothing, Optional etag As String = Nothing)

Parameters

location
String
id
String
name
String
type
String
resourceGuid
String

The resource GUID property of the DDoS custom policy resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.

provisioningState
ProvisioningState

The provisioning state of the DDoS custom policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

publicIPAddresses
IList<SubResource>

The list of public IPs associated with the DDoS custom policy resource. This list is read-only.

protocolCustomSettings
IList<ProtocolCustomSettingsFormat>

The protocol-specific DDoS policy customization parameters.

etag
String

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

Applies to