Delen via


CodelessConnectorPollingConfigProperties Class

Definition

Config to describe the polling config for API poller connector.

public class CodelessConnectorPollingConfigProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingConfigProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingConfigProperties>
type CodelessConnectorPollingConfigProperties = class
    interface IJsonModel<CodelessConnectorPollingConfigProperties>
    interface IPersistableModel<CodelessConnectorPollingConfigProperties>
Public Class CodelessConnectorPollingConfigProperties
Implements IJsonModel(Of CodelessConnectorPollingConfigProperties), IPersistableModel(Of CodelessConnectorPollingConfigProperties)
Inheritance
CodelessConnectorPollingConfigProperties
Implements

Constructors

CodelessConnectorPollingConfigProperties(CodelessConnectorPollingAuthProperties, CodelessConnectorPollingRequestProperties)

Initializes a new instance of CodelessConnectorPollingConfigProperties.

Properties

Auth

Describe the authentication type of the poller.

IsActive

The poller active status.

Paging

Describe the poll request paging config of the poller.

Request

Describe the poll request config parameters of the poller.

Response

Describe the response config parameters of the poller.

Explicit Interface Implementations

IJsonModel<CodelessConnectorPollingConfigProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CodelessConnectorPollingConfigProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CodelessConnectorPollingConfigProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CodelessConnectorPollingConfigProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CodelessConnectorPollingConfigProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to