Share via


OfficeDataConnectorProperties Class

Definition

Office data connector properties.

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

Constructors

OfficeDataConnectorProperties()

Creates an new OfficeDataConnectorProperties instance.

Properties

ExchangeState

Describe whether this data type connection is enabled or not.

SharePointState

Describe whether this data type connection is enabled or not.

TeamState

Describe whether this data type connection is enabled or not.

TenantId

The tenant id to connect to, and get the data from.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OfficeDataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OfficeDataConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OfficeDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to