Share via


AwsS3DataConnectorDataTypesLogs Class

Definition

Logs data type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AwsS3DataConnectorDataTypesLogsTypeConverter))]
public class AwsS3DataConnectorDataTypesLogs : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAwsS3DataConnectorDataTypesLogs, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AwsS3DataConnectorDataTypesLogsTypeConverter))>]
type AwsS3DataConnectorDataTypesLogs = class
    interface IAwsS3DataConnectorDataTypesLogs
    interface IJsonSerializable
    interface IDataConnectorDataTypeCommon
    interface IValidates
Public Class AwsS3DataConnectorDataTypesLogs
Implements IAwsS3DataConnectorDataTypesLogs, IValidates
Inheritance
AwsS3DataConnectorDataTypesLogs
Attributes
Implements

Constructors

AwsS3DataConnectorDataTypesLogs()

Creates an new AwsS3DataConnectorDataTypesLogs instance.

Properties

State

Describe whether this data type connection is enabled or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AwsS3DataConnectorDataTypesLogs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AwsS3DataConnectorDataTypesLogs.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAwsS3DataConnectorDataTypesLogs.

FromJsonString(String)

Creates a new instance of AwsS3DataConnectorDataTypesLogs, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AwsS3DataConnectorDataTypesLogs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to