CredentialReference Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. CredentialReference
- com.
Implements
public final class CredentialReference
implements JsonSerializable<CredentialReference>
Credential reference type.
Constructor Summary
| Constructor | Description |
|---|---|
| CredentialReference() |
Creates an instance of Credential |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Credential |
fromJson(JsonReader jsonReader)
Reads an instance of Credential |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| String |
getReferenceName()
Get the reference |
|
Credential |
getType()
Get the type property: Credential reference type. |
|
Credential |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Credential |
setReferenceName(String referenceName)
Set the reference |
|
Credential |
setType(CredentialReferenceType type)
Set the type property: Credential reference type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
CredentialReference
public CredentialReference()
Creates an instance of CredentialReference class.
Method Details
fromJson
public static CredentialReference fromJson(JsonReader jsonReader)
Reads an instance of CredentialReference from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: Credential reference type.
Returns:
getReferenceName
public String getReferenceName()
Get the referenceName property: Reference credential name.
Returns:
getType
public CredentialReferenceType getType()
Get the type property: Credential reference type.
Returns:
setAdditionalProperties
public CredentialReference setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Credential reference type.
Parameters:
Returns:
setReferenceName
public CredentialReference setReferenceName(String referenceName)
Set the referenceName property: Reference credential name.
Parameters:
Returns:
setType
public CredentialReference setType(CredentialReferenceType type)
Set the type property: Credential reference type.
Parameters:
Returns: