RuntimeProtectionAgentHealthStatus Struct

Definition

The runtime protection agent health status.

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

Constructors

Name Description
RuntimeProtectionAgentHealthStatus(String)

Initializes a new instance of RuntimeProtectionAgentHealthStatus.

Properties

Name Description
Healthy

The runtime protection agent is healthy.

Unhealthy

The runtime protection agent has health issues.

Methods

Name Description
Equals(RuntimeProtectionAgentHealthStatus)

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

Determines if two RuntimeProtectionAgentHealthStatus values are the same.

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

Converts a string to a RuntimeProtectionAgentHealthStatus.

Inequality(RuntimeProtectionAgentHealthStatus, RuntimeProtectionAgentHealthStatus)

Determines if two RuntimeProtectionAgentHealthStatus values are not the same.

Applies to