Class SsisAccessCredential
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisAccessCredential
SSIS access credential.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondomain()
Get the domain property: Domain for windows authentication.password()
Get the password property: Password for windows authentication.username()
Get the username property: UseName for windows authentication.void
validate()
Validates the instance.withDomain
(Object domain) Set the domain property: Domain for windows authentication.withPassword
(SecretBase password) Set the password property: Password for windows authentication.withUsername
(Object username) Set the username property: UseName for windows authentication.
-
Constructor Details
-
SsisAccessCredential
public SsisAccessCredential()Creates an instance of SsisAccessCredential class.
-
-
Method Details
-
domain
Get the domain property: Domain for windows authentication.- Returns:
- the domain value.
-
withDomain
Set the domain property: Domain for windows authentication.- Parameters:
domain
- the domain value to set.- Returns:
- the SsisAccessCredential object itself.
-
username
Get the username property: UseName for windows authentication.- Returns:
- the username value.
-
withUsername
Set the username property: UseName for windows authentication.- Parameters:
username
- the username value to set.- Returns:
- the SsisAccessCredential object itself.
-
password
Get the password property: Password for windows authentication.- Returns:
- the password value.
-
withPassword
Set the password property: Password for windows authentication.- Parameters:
password
- the password value to set.- Returns:
- the SsisAccessCredential object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-