LinkedIntegrationRuntimeKeyAuthorization Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. LinkedIntegrationRuntimeType - com.
azure. resourcemanager. synapse. 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 |
|---|---|
| String |
authorizationType()
Get the authorization |
|
static
Linked |
fromJson(JsonReader jsonReader)
Reads an instance of Linked |
|
Secure |
key()
Get the key property: The key used for authorization. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Linked |
withKey(SecureString key)
Set the key property: The key used for authorization. |
Methods inherited from LinkedIntegrationRuntimeType
Methods inherited from java.lang.Object
Constructor Details
LinkedIntegrationRuntimeKeyAuthorization
public LinkedIntegrationRuntimeKeyAuthorization()
Creates an instance of LinkedIntegrationRuntimeKeyAuthorization class.
Method Details
authorizationType
public String authorizationType()
Get the authorizationType property: The authorization type for integration runtime sharing.
Overrides:
LinkedIntegrationRuntimeKeyAuthorization.authorizationType()Returns:
fromJson
public static LinkedIntegrationRuntimeKeyAuthorization fromJson(JsonReader jsonReader)
Reads an instance of LinkedIntegrationRuntimeKeyAuthorization from the JsonReader.
Parameters:
Returns:
Throws:
key
public SecureString key()
Get the key property: The key used for authorization.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LinkedIntegrationRuntimeKeyAuthorization.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
LinkedIntegrationRuntimeKeyAuthorization.validate()withKey
public LinkedIntegrationRuntimeKeyAuthorization withKey(SecureString key)
Set the key property: The key used for authorization.
Parameters:
Returns: