LinkedIntegrationRuntimeType Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. LinkedIntegrationRuntimeType
- com.
Implements
public class LinkedIntegrationRuntimeType
implements JsonSerializable<LinkedIntegrationRuntimeType>
The base definition of a linked integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkedIntegrationRuntimeType() |
Creates an instance of Linked |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
authorizationType()
Get the authorization |
|
static
Linked |
fromJson(JsonReader jsonReader)
Reads an instance of Linked |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
LinkedIntegrationRuntimeType
public LinkedIntegrationRuntimeType()
Creates an instance of LinkedIntegrationRuntimeType class.
Method Details
authorizationType
public String authorizationType()
Get the authorizationType property: The authorization type for integration runtime sharing.
Returns:
fromJson
public static LinkedIntegrationRuntimeType fromJson(JsonReader jsonReader)
Reads an instance of LinkedIntegrationRuntimeType from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.