Get Rest Api Poller Data Connector Result
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)
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
The Azure API version of the resource.
Link copied to clipboard
The connector definition name (the dataConnectorDefinition resource id).
Link copied to clipboard
The DCR related properties.
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.