DeviceLogCollectionStatus Struct

Definition

Represents the status of a log collection operation.

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

Constructors

Name Description
DeviceLogCollectionStatus(String)

Initializes a new instance of DeviceLogCollectionStatus.

Properties

Name Description
Canceled

Indicates that the log collection operation has completed successfully.

Failed

Indicates that the log collection operation has failed.

NotStarted

Log collection operation has not been initiated.

Running

Indicates that the log collection operation is currently running.

Succeeded

Indicates that the log collection operation has completed successfully.

Methods

Name Description
Equals(DeviceLogCollectionStatus)

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

Determines if two DeviceLogCollectionStatus values are the same.

Implicit(String to DeviceLogCollectionStatus)

Converts a string to a DeviceLogCollectionStatus.

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

Determines if two DeviceLogCollectionStatus values are not the same.

Applies to