CredentialReference Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. 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 |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Credential |
fromJson(JsonReader jsonReader)
Reads an instance of Credential |
| String |
referenceName()
Get the reference |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Credential |
type()
Get the type property: Credential reference type. |
| void |
validate()
Validates the instance. |
|
Credential |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Credential |
withReferenceName(String referenceName)
Set the reference |
|
Credential |
withType(CredentialReferenceType type)
Set the type property: Credential reference type. |
Methods inherited from java.lang.Object
Constructor Details
CredentialReference
public CredentialReference()
Creates an instance of CredentialReference class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Credential reference type.
Returns:
fromJson
public static CredentialReference fromJson(JsonReader jsonReader)
Reads an instance of CredentialReference from the JsonReader.
Parameters:
Returns:
Throws:
referenceName
public String referenceName()
Get the referenceName property: Reference credential name.
Returns:
toJson
type
public CredentialReferenceType type()
Get the type property: Credential reference type.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public CredentialReference withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Credential reference type.
Parameters:
Returns:
withReferenceName
public CredentialReference withReferenceName(String referenceName)
Set the referenceName property: Reference credential name.
Parameters:
Returns:
withType
public CredentialReference withType(CredentialReferenceType type)
Set the type property: Credential reference type.
Parameters:
Returns: