Share via


AdvancedThreatProtectionState Struct

Definition

Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled on the server.

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

Constructors

AdvancedThreatProtectionState(String)

Initializes a new instance of AdvancedThreatProtectionState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(AdvancedThreatProtectionState)

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(AdvancedThreatProtectionState, AdvancedThreatProtectionState)

Determines if two AdvancedThreatProtectionState values are the same.

Implicit(String to AdvancedThreatProtectionState)

Converts a string to a AdvancedThreatProtectionState.

Inequality(AdvancedThreatProtectionState, AdvancedThreatProtectionState)

Determines if two AdvancedThreatProtectionState values are not the same.

Applies to