GetRestApiPollerDataConnectorResult

data class GetRestApiPollerDataConnectorResult(val addOnAttributes: Map<String, String>? = null, val auth: Any, val azureApiVersion: String, val connectorDefinitionName: String, val dataType: String? = null, val dcrConfig: DCRConfigurationResponse? = null, val etag: String? = null, val id: String, val isActive: Boolean? = null, val kind: String, val name: String, val paging: RestApiPollerRequestPagingConfigResponse? = null, val request: RestApiPollerRequestConfigResponse, val response: CcpResponseConfigResponse? = null, val systemData: SystemDataResponse, val type: String)

Represents Rest Api Poller data connector.

Constructors

Link copied to clipboard
constructor(addOnAttributes: Map<String, String>? = null, auth: Any, azureApiVersion: String, connectorDefinitionName: String, dataType: String? = null, dcrConfig: DCRConfigurationResponse? = null, etag: String? = null, id: String, isActive: Boolean? = null, kind: String, name: String, paging: RestApiPollerRequestPagingConfigResponse? = null, request: RestApiPollerRequestConfigResponse, response: CcpResponseConfigResponse? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val auth: Any

The a authentication model.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The connector definition name (the dataConnectorDefinition resource id).

Link copied to clipboard
val dataType: String? = null

The Log Analytics table destination.

Link copied to clipboard

The DCR related properties.

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val isActive: Boolean? = null

Indicates whether the connector is active or not.

Link copied to clipboard

The kind of the data connector Expected value is 'RestApiPoller'.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The paging configuration.

Link copied to clipboard

The request configuration.

Link copied to clipboard

The response configuration.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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