ภาษา

PatchStatus Struct

Definition

The os patching status.

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

Constructors

Name Description
PatchStatus(String)

Initializes a new instance of PatchStatus.

Properties

Name Description
CompletedWithWarnings

Gets the CompletedWithWarnings.

Failed

Gets the Failed.

InProgress

Gets the InProgress.

Succeeded

Gets the Succeeded.

Unknown

Gets the Unknown.

Methods

Name Description
Equals(PatchStatus)

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

Determines if two PatchStatus values are the same.

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

Converts a string to a PatchStatus.

Inequality(PatchStatus, PatchStatus)

Determines if two PatchStatus values are not the same.

Applies to