LinkedIntegrationRuntimeKeyAuthorization Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. LinkedIntegrationRuntimeType - com.
azure. analytics. synapse. artifacts. models. LinkedIntegrationRuntimeKeyAuthorization
- com.
- com.
public final class LinkedIntegrationRuntimeKeyAuthorization
extends LinkedIntegrationRuntimeType
The key authorization type integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkedIntegrationRuntimeKeyAuthorization() |
Creates an instance of Linked |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Linked |
fromJson(JsonReader jsonReader)
Reads an instance of Linked |
| String |
getAuthorizationType()
Get the authorization |
|
Secure |
getKey()
Get the key property: The key used for authorization. |
|
Linked |
setKey(SecureString key)
Set the key property: The key used for authorization. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from LinkedIntegrationRuntimeType
Methods inherited from java.lang.Object
Constructor Details
LinkedIntegrationRuntimeKeyAuthorization
public LinkedIntegrationRuntimeKeyAuthorization()
Creates an instance of LinkedIntegrationRuntimeKeyAuthorization class.
Method Details
fromJson
public static LinkedIntegrationRuntimeKeyAuthorization fromJson(JsonReader jsonReader)
Reads an instance of LinkedIntegrationRuntimeKeyAuthorization from the JsonReader.
Parameters:
Returns:
Throws:
getAuthorizationType
public String getAuthorizationType()
Get the authorizationType property: The authorization type for integration runtime sharing.
Overrides:
LinkedIntegrationRuntimeKeyAuthorization.getAuthorizationType()Returns:
getKey
public SecureString getKey()
Get the key property: The key used for authorization.
Returns:
setKey
public LinkedIntegrationRuntimeKeyAuthorization setKey(SecureString key)
Set the key property: The key used for authorization.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LinkedIntegrationRuntimeKeyAuthorization.toJson(JsonWriter jsonWriter)Parameters:
Throws: