DetectionStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |