Package-level declarations
Types
Link copied to clipboard
Key that can be used for joining on enrich.
Link copied to clipboard
Extended location is an extension of Azure locations. They provide a way to use their Azure ARC enabled Kubernetes clusters as target locations for deploying Azure services instances.
Link copied to clipboard
data class GetDatasetResult(val azureApiVersion: String, val description: String? = null, val extendedLocation: ExtendedLocationResponse, val id: String, val keys: Map<String, DatasetPropertyKeyResponse>? = null, val location: String, val name: String, val payload: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timestamp: String? = null, val ttl: String? = null, val type: String)
A Dataset resource belonging to an Instance resource.
Link copied to clipboard
data class GetInstanceResult(val azureApiVersion: String, val description: String? = null, val extendedLocation: ExtendedLocationResponse, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A Instance resource is a logical container for a set of child resources.
Link copied to clipboard
data class GetPipelineResult(val azureApiVersion: String, val description: String? = null, val enabled: Boolean, val extendedLocation: ExtendedLocationResponse, val id: String, val input: PipelineInputResponse, val location: String, val name: String, val provisioningState: String, val stages: Map<String, PipelineStageResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A Pipeline resource belonging to an Instance resource.
Link copied to clipboard
data class PipelineInputResponse(val description: String? = null, val next: List<String>, val type: String)
Stage configuration for Pipeline input stage.
Link copied to clipboard
data class PipelineStageResponse(val description: String? = null, val next: List<String>? = null, val type: String)
Stage configurations for all Pipeline processing and output stages.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.