LogCollectionProperties 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 properties of the cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.LogCollectionPropertiesTypeConverter))]
public class LogCollectionProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ILogCollectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.LogCollectionPropertiesTypeConverter))>]
type LogCollectionProperties = class
interface ILogCollectionProperties
interface IJsonSerializable
Public Class LogCollectionProperties
Implements ILogCollectionProperties
- Inheritance
-
LogCollectionProperties
- Attributes
- Implements
Constructors
LogCollectionProperties() |
Creates an new LogCollectionProperties instance. |
Properties
FromDate |
From DateTimeStamp from when logs need to be connected |
LastLogGenerated |
Recent DateTimeStamp where logs are successfully generated |
LogCollectionSessionDetail | |
ToDate |
To DateTimeStamp till when logs need to be connected |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LogCollectionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LogCollectionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ILogCollectionProperties. |
FromJsonString(String) |
Creates a new instance of LogCollectionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LogCollectionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |