Dynamics365DataConnectorProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |