Share via


MaintenanceUpdateStatus Struct

Definition

The status.

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

Constructors

MaintenanceUpdateStatus(String)

Initializes a new instance of MaintenanceUpdateStatus.

Properties

Cancel

Cancel the schedule and stop creating PMR for resources part of it. Applicable to Maintenance Configuration resource type only.

Cancelled

Send the Cancelled response to the user if request came to cancel the schedule. Applicable to Maintenance Configuration resource type only.

Completed

All updates are successfully applied.

InProgress

Updates installation are in progress.

NoUpdatesPending

No updates are pending.

Pending

There are pending updates to be installed.

RetryLater

Updates installation failed and should be retried later.

RetryNow

Updates installation failed but are ready to retry again.

Methods

Equals(MaintenanceUpdateStatus)

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

Equality(MaintenanceUpdateStatus, MaintenanceUpdateStatus)

Determines if two MaintenanceUpdateStatus values are the same.

Implicit(String to MaintenanceUpdateStatus)

Converts a string to a MaintenanceUpdateStatus.

Inequality(MaintenanceUpdateStatus, MaintenanceUpdateStatus)

Determines if two MaintenanceUpdateStatus values are not the same.

Applies to