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

CodelessUiConnectorConfigProperties Class

Definition

Config to describe the instructions blade

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CodelessUiConnectorConfigPropertiesTypeConverter))]
public class CodelessUiConnectorConfigProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICodelessUiConnectorConfigProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CodelessUiConnectorConfigPropertiesTypeConverter))>]
type CodelessUiConnectorConfigProperties = class
    interface ICodelessUiConnectorConfigProperties
    interface IJsonSerializable
Public Class CodelessUiConnectorConfigProperties
Implements ICodelessUiConnectorConfigProperties
Inheritance
CodelessUiConnectorConfigProperties
Attributes
Implements

Constructors

CodelessUiConnectorConfigProperties()

Creates an new CodelessUiConnectorConfigProperties instance.

Properties

AvailabilityIsPreview

Set connector as preview

AvailabilityStatus

The connector Availability Status

ConnectivityCriterion

Define the way the connector check connectivity

CustomImage

An optional custom image to be used when displaying the connector within Azure Sentinel's connector's gallery

DataType

Data types to check for last data received

DescriptionMarkdown

Connector description

GraphQueriesTableName

Name of the table the connector will insert the data to

GraphQuery

The graph query to show the current data status

InstructionStep

Instruction steps to enable the connector

PermissionCustom

Customs permissions required for the connector

PermissionResourceProvider

Resource provider permissions required for the connector

Publisher

Connector publisher name

SampleQuery

The sample queries for the connector

Title

Connector blade title

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CodelessUiConnectorConfigProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CodelessUiConnectorConfigProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CodelessUiConnectorConfigProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to