LogCollectionJobType Struct

Definition

Specifies the type of log collection job. Determines whether the logs are collected immediately on demand or as part of a scheduled operation.

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

Constructors

Name Description
LogCollectionJobType(String)

Initializes a new instance of LogCollectionJobType.

Properties

Name Description
OnDemand

Log collection is triggered manually and executed immediately.

Scheduled

Log collection is scheduled to run at a predefined time or interval.

Methods

Name Description
Equals(LogCollectionJobType)

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

Determines if two LogCollectionJobType values are the same.

Implicit(String to LogCollectionJobType)

Converts a string to a LogCollectionJobType.

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

Determines if two LogCollectionJobType values are not the same.

Applies to