RestApiPollerDataConnector Class

Definition

Represents Rest Api Poller data connector.

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

Constructors

RestApiPollerDataConnector()

Initializes a new instance of RestApiPollerDataConnector.

Properties

AddOnAttributes

The add on attributes. The key name will become attribute name (a column) and the value will become the attribute value in the payload.

Auth

The a authentication model. Please note CcpAuthConfig is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecurityInsightsApiKeyAuthModel, AwsAuthModel, BasicAuthModel, GcpAuthModel, GitHubAuthModel, JwtAuthModel, NoneAuthModel, OAuthModel, OracleAuthModel, GenericBlobSbsAuthModel and SessionAuthModel.

ConnectorDefinitionName

The connector definition name (the dataConnectorDefinition resource id).

DataType

The Log Analytics table destination.

DcrConfig

The DCR related properties.

ETag

Etag of the azure resource.

(Inherited from SecurityInsightsDataConnectorData)
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsActive

Indicates whether the connector is active or not.

Name

The name of the resource.

(Inherited from ResourceData)
Paging

The paging configuration.

Request

The request configuration.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Response

The response configuration.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<RestApiPollerDataConnector>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RestApiPollerDataConnector>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityInsightsDataConnectorData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SecurityInsightsDataConnectorData)
IJsonModel<SecurityInsightsDataConnectorData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityInsightsDataConnectorData)
IPersistableModel<RestApiPollerDataConnector>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestApiPollerDataConnector>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RestApiPollerDataConnector>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityInsightsDataConnectorData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityInsightsDataConnectorData)
IPersistableModel<SecurityInsightsDataConnectorData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SecurityInsightsDataConnectorData)
IPersistableModel<SecurityInsightsDataConnectorData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityInsightsDataConnectorData)

Applies to