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
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
Applies to
Azure SDK for .NET