RestApiPollerDataConnector 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.
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
| Name | Description |
|---|---|
| RestApiPollerDataConnector() |
Initializes a new instance of RestApiPollerDataConnector. |
Properties
| Name | Description |
|---|---|
| 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. |
| 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) |