DetectionStatus Struct

Definition

The status of the patch detection.

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

Constructors

Name Description
DetectionStatus(String)

Initializes a new instance of DetectionStatus.

Properties

Name Description
Failed

Failed.

RegistryLoginFailed

RegistryLoginFailed.

Succeeded

Succeeded.

Methods

Name Description
Equals(DetectionStatus)

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

Determines if two DetectionStatus values are the same.

Implicit(String to DetectionStatus)

Converts a string to a DetectionStatus.

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

Determines if two DetectionStatus values are not the same.

Applies to