Share via


AwsCloudTrailDataConnectorDataTypesLogs Class

Definition

Logs data type.

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

Constructors

AwsCloudTrailDataConnectorDataTypesLogs()

Creates an new AwsCloudTrailDataConnectorDataTypesLogs instance.

Properties

State

Describe whether this data type connection is enabled or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AwsCloudTrailDataConnectorDataTypesLogs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AwsCloudTrailDataConnectorDataTypesLogs.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AwsCloudTrailDataConnectorDataTypesLogs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to