Share via


DdosSettingsProtectionMode Struct

Definition

The DDoS protection mode of the public IP.

public readonly struct DdosSettingsProtectionMode : IEquatable<Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode>
type DdosSettingsProtectionMode = struct
Public Structure DdosSettingsProtectionMode
Implements IEquatable(Of DdosSettingsProtectionMode)
Inheritance
DdosSettingsProtectionMode
Implements

Constructors

DdosSettingsProtectionMode(String)

Initializes a new instance of DdosSettingsProtectionMode.

Properties

Disabled

Disabled.

Enabled

Enabled.

VirtualNetworkInherited

VirtualNetworkInherited.

Methods

Equals(DdosSettingsProtectionMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DdosSettingsProtectionMode, DdosSettingsProtectionMode)

Determines if two DdosSettingsProtectionMode values are the same.

Implicit(String to DdosSettingsProtectionMode)

Converts a string to a DdosSettingsProtectionMode.

Inequality(DdosSettingsProtectionMode, DdosSettingsProtectionMode)

Determines if two DdosSettingsProtectionMode values are not the same.

Applies to