LogCollectionError Class
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.
Log Collection Error details of the cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.LogCollectionErrorTypeConverter))]
public class LogCollectionError : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ILogCollectionError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.LogCollectionErrorTypeConverter))>]
type LogCollectionError = class
interface ILogCollectionError
interface IJsonSerializable
Public Class LogCollectionError
Implements ILogCollectionError
- Inheritance
-
LogCollectionError
- Attributes
- Implements
Constructors
LogCollectionError() |
Creates an new LogCollectionError instance. |
Properties
ErrorCode |
Error Code of the log collection |
ErrorMessage |
Error Message of the log collection |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LogCollectionError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LogCollectionError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ILogCollectionError. |
FromJsonString(String) |
Creates a new instance of LogCollectionError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LogCollectionError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |