SecurityInsightsOfficeDataConnectorDataTypes Class

Definition

The available data types for office data connector.

public class SecurityInsightsOfficeDataConnectorDataTypes
public class SecurityInsightsOfficeDataConnectorDataTypes : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsOfficeDataConnectorDataTypes>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsOfficeDataConnectorDataTypes>
type SecurityInsightsOfficeDataConnectorDataTypes = class
type SecurityInsightsOfficeDataConnectorDataTypes = class
    interface IJsonModel<SecurityInsightsOfficeDataConnectorDataTypes>
    interface IPersistableModel<SecurityInsightsOfficeDataConnectorDataTypes>
Public Class SecurityInsightsOfficeDataConnectorDataTypes
Public Class SecurityInsightsOfficeDataConnectorDataTypes
Implements IJsonModel(Of SecurityInsightsOfficeDataConnectorDataTypes), IPersistableModel(Of SecurityInsightsOfficeDataConnectorDataTypes)
Inheritance
SecurityInsightsOfficeDataConnectorDataTypes
Implements

Constructors

SecurityInsightsOfficeDataConnectorDataTypes()

Initializes a new instance of SecurityInsightsOfficeDataConnectorDataTypes.

SecurityInsightsOfficeDataConnectorDataTypes(DataConnectorDataTypeCommon, DataConnectorDataTypeCommon, DataConnectorDataTypeCommon)

Initializes a new instance of SecurityInsightsOfficeDataConnectorDataTypes.

Properties

ExchangeState

Describe whether this data type connection is enabled or not.

SharePointState

Describe whether this data type connection is enabled or not.

TeamsState

Describe whether this data type connection is enabled or not.

Explicit Interface Implementations

IJsonModel<SecurityInsightsOfficeDataConnectorDataTypes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsOfficeDataConnectorDataTypes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsOfficeDataConnectorDataTypes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsOfficeDataConnectorDataTypes>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsOfficeDataConnectorDataTypes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to