Share via


OfficeDataConnectorDataTypesExchange Class

Definition

Exchange data type connection.

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

Constructors

OfficeDataConnectorDataTypesExchange()

Creates an new OfficeDataConnectorDataTypesExchange instance.

Properties

State

Describe whether this data type connection is enabled or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OfficeDataConnectorDataTypesExchange.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OfficeDataConnectorDataTypesExchange.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OfficeDataConnectorDataTypesExchange into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to