HDInsight Linked Service Response
data class HDInsightLinkedServiceResponse(val annotations: List<Any>? = null, val clusterUri: Any, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val fileSystem: Any? = null, val hcatalogLinkedServiceName: LinkedServiceReferenceResponse? = null, val isEspEnabled: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val userName: Any? = null)
HDInsight linked service.
Constructors
Link copied to clipboard
fun HDInsightLinkedServiceResponse(annotations: List<Any>? = null, clusterUri: Any, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, fileSystem: Any? = null, hcatalogLinkedServiceName: LinkedServiceReferenceResponse? = null, isEspEnabled: Any? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, userName: Any? = null)