Lingua

DdosSettingsProtectionCoverage Struct

Definition

Caution

This struct is obsolete and will be removed in a future release

DDoS settings protection coverage.

[System.Obsolete("This struct is obsolete and will be removed in a future release", false)]
public readonly struct DdosSettingsProtectionCoverage : IEquatable<Azure.ResourceManager.Network.Models.DdosSettingsProtectionCoverage>
[<System.Obsolete("This struct is obsolete and will be removed in a future release", false)>]
type DdosSettingsProtectionCoverage = struct
Public Structure DdosSettingsProtectionCoverage
Implements IEquatable(Of DdosSettingsProtectionCoverage)
Inheritance
DdosSettingsProtectionCoverage
Attributes
Implements

Constructors

Name Description
DdosSettingsProtectionCoverage(String)

Initializes a new instance of DdosSettingsProtectionCoverage.

Properties

Name Description
Basic

Invokes the DdosSettingsProtectionCoverage compatibility operation.

Disabled

Disabled.

Enabled

Enabled.

Standard

Invokes the DdosSettingsProtectionCoverage compatibility operation.

VirtualNetworkInherited

VirtualNetworkInherited.

Methods

Name Description
Equals(DdosSettingsProtectionCoverage)

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

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DdosSettingsProtectionCoverage, DdosSettingsProtectionCoverage)

Compares two DdosSettingsProtectionCoverage values for equality.

Implicit(String to DdosSettingsProtectionCoverage)

Converts a string to a DdosSettingsProtectionCoverage.

Implicit(String to Nullable<DdosSettingsProtectionCoverage>)
Inequality(DdosSettingsProtectionCoverage, DdosSettingsProtectionCoverage)

Compares two DdosSettingsProtectionCoverage values for inequality.

Applies to