Class LinkedIntegrationRuntimeKeyAuthorization
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeType
-
- com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeKeyAuthorization
-
public final class LinkedIntegrationRuntimeKeyAuthorization extends LinkedIntegrationRuntimeType
The key authorization type integration runtime.
-
-
Constructor Summary
Constructors Constructor Description LinkedIntegrationRuntimeKeyAuthorization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecureString
key()
Get the key property: The key used for authorization.void
validate()
Validates the instance.LinkedIntegrationRuntimeKeyAuthorization
withKey(SecureString key)
Set the key property: The key used for authorization.
-
-
-
Method Detail
-
key
public SecureString key()
Get the key property: The key used for authorization.- Returns:
- the key value.
-
withKey
public LinkedIntegrationRuntimeKeyAuthorization withKey(SecureString key)
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.
-
-