
com.azure.resourcemanager.datafactory.models.LinkedService Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.datafactory.models;
import com.azure.core.annotation.Fluent;
import com.azure.json.JsonReader;
import com.azure.json.JsonSerializable;
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import java.io.IOException;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
/**
* The nested object which contains the information and credential which can be used to connect with related store or
* compute resource.
*/
@Fluent
public class LinkedService implements JsonSerializable {
/*
* Type of linked service.
*/
private String type = "LinkedService";
/*
* Version of the linked service.
*/
private String version;
/*
* The integration runtime reference.
*/
private IntegrationRuntimeReference connectVia;
/*
* Linked service description.
*/
private String description;
/*
* Parameters for linked service.
*/
private Map parameters;
/*
* List of tags that can be used for describing the linked service.
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy