Class LinkedIntegrationRuntimeKeyAuthorization
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeType
com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeKeyAuthorization
The key authorization type integration runtime.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LinkedIntegrationRuntimeKeyAuthorization class. -
Method Summary
Modifier and TypeMethodDescriptionkey()
Get the key property: The key used for authorization.void
validate()
Validates the instance.withKey
(SecureString key) Set the key property: The key used for authorization.
-
Constructor Details
-
LinkedIntegrationRuntimeKeyAuthorization
public LinkedIntegrationRuntimeKeyAuthorization()Creates an instance of LinkedIntegrationRuntimeKeyAuthorization class.
-
-
Method Details
-
key
Get the key property: The key used for authorization.- Returns:
- the key value.
-
withKey
Set the key property: The key used for authorization.- Parameters:
key
- the key value to set.- Returns:
- the LinkedIntegrationRuntimeKeyAuthorization object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedIntegrationRuntimeType
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-