LogCollectionJobType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LogCollection job type.
public readonly struct LogCollectionJobType : IEquatable<Azure.ResourceManager.Hci.Models.LogCollectionJobType>
type LogCollectionJobType = struct
Public Structure LogCollectionJobType
Implements IEquatable(Of LogCollectionJobType)
- Inheritance
-
LogCollectionJobType
- Implements
Constructors
LogCollectionJobType(String) |
Initializes a new instance of LogCollectionJobType. |
Properties
OnDemand |
OnDemand. |
Scheduled |
Scheduled. |
Methods
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
Equality(LogCollectionJobType, LogCollectionJobType) |
Determines if two LogCollectionJobType values are the same. |
Implicit(String to LogCollectionJobType) |
Converts a string to a LogCollectionJobType. |
Inequality(LogCollectionJobType, LogCollectionJobType) |
Determines if two LogCollectionJobType values are not the same. |
Applies to
Azure SDK for .NET