Uses of Class
com.azure.resourcemanager.datafactory.models.Credential
-
Packages that use Credential Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of Credential in com.azure.resourcemanager.datafactory.models
Subclasses of Credential in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
ManagedIdentityCredential
Managed identity credential.class
ServicePrincipalCredential
Service principal credential.Methods in com.azure.resourcemanager.datafactory.models that return Credential Modifier and Type Method Description Credential
Credential. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource.Credential
Credential. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Credential.Credential
Credential. withDescription(String description)
Set the description property: Credential description.
-