你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Dynamics365DataConnectorProperties Class

Definition

Dynamics365 data connector properties.

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

Constructors

Dynamics365DataConnectorProperties()

Creates an new Dynamics365DataConnectorProperties instance.

Properties

Dynamics365CdActivityState

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 Dynamics365DataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Dynamics365DataConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Dynamics365DataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to