Class CredentialReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.CredentialReference
Credential reference type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Credential reference type.Get the referenceName property: Reference credential name.type()
Get the type property: Credential reference type.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Credential reference type.withReferenceName
(String referenceName) Set the referenceName property: Reference credential name.Set the type property: Credential reference type.
-
Constructor Details
-
CredentialReference
public CredentialReference()Creates an instance of CredentialReference class.
-
-
Method Details
-
type
Get the type property: Credential reference type.- Returns:
- the type value.
-
withType
Set the type property: Credential reference type.- Parameters:
type
- the type value to set.- Returns:
- the CredentialReference object itself.
-
referenceName
Get the referenceName property: Reference credential name.- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference credential name.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the CredentialReference object itself.
-
additionalProperties
Get the additionalProperties property: Credential reference type.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Credential reference type.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the CredentialReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-