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

McasDataConnectorProperties Class

Definition

MCAS (Microsoft Cloud App Security) data connector properties.

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

Constructors

McasDataConnectorProperties()

Creates an new McasDataConnectorProperties instance.

Properties

DataTypeAlertState

Describe whether this data type connection is enabled or not.

DiscoveryLogState

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of McasDataConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of McasDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to