DdosSettings Class

Definition

Contains the DDoS protection settings of the public IP.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.DdosSettingsTypeConverter))]
public class DdosSettings : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDdosSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.DdosSettingsTypeConverter))>]
type DdosSettings = class
    interface IDdosSettings
    interface IJsonSerializable
Public Class DdosSettings
Implements IDdosSettings
Inheritance
DdosSettings
Attributes
Implements

Constructors

DdosSettings()

Creates an new DdosSettings instance.

Properties

DdosCustomPolicyId

Resource ID.

ProtectedIP

Enables DDoS protection on the public IP.

ProtectionCoverage

The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DdosSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DdosSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDdosSettings.

FromJsonString(String)

Creates a new instance of DdosSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DdosSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to