RuntimeProtectionDefinitionUpdateMode Struct

Definition

The definition update mode for runtime protection.

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

Constructors

Name Description
RuntimeProtectionDefinitionUpdateMode(String)

Initializes a new instance of RuntimeProtectionDefinitionUpdateMode.

Properties

Name Description
Automatic

Update definitions automatically through the connected runtime protection agent.

None

Do not update definitions.

Methods

Name Description
Equals(RuntimeProtectionDefinitionUpdateMode)

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

Name Description
Equality(RuntimeProtectionDefinitionUpdateMode, RuntimeProtectionDefinitionUpdateMode)

Determines if two RuntimeProtectionDefinitionUpdateMode values are the same.

Implicit(String to Nullable<RuntimeProtectionDefinitionUpdateMode>)
Implicit(String to RuntimeProtectionDefinitionUpdateMode)

Converts a string to a RuntimeProtectionDefinitionUpdateMode.

Inequality(RuntimeProtectionDefinitionUpdateMode, RuntimeProtectionDefinitionUpdateMode)

Determines if two RuntimeProtectionDefinitionUpdateMode values are not the same.

Applies to