PatchApplyStatus Struct

Definition

The status of the patch once it has been provisioned.

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

Constructors

Name Description
PatchApplyStatus(String)

Initializes a new instance of PatchApplyStatus.

Properties

Name Description
Canceled

Canceled.

CreatingRevision

CreatingRevision.

ImagePushPullFailed

ImagePushPullFailed.

ManuallySkipped

ManuallySkipped.

NotStarted

NotStarted.

RebaseFailed

RebaseFailed.

RebaseInProgress

RebaseInProgress.

RevisionCreationFailed

RevisionCreationFailed.

Succeeded

Succeeded.

Methods

Name Description
Equals(PatchApplyStatus)

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

Determines if two PatchApplyStatus values are the same.

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

Converts a string to a PatchApplyStatus.

Inequality(PatchApplyStatus, PatchApplyStatus)

Determines if two PatchApplyStatus values are not the same.

Applies to