Uses of Class
com.azure.resourcemanager.datafactory.models.TwilioLinkedService
-
Packages that use TwilioLinkedService Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of TwilioLinkedService in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return TwilioLinkedService Modifier and Type Method Description TwilioLinkedService
TwilioLinkedService. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.TwilioLinkedService
TwilioLinkedService. withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.TwilioLinkedService
TwilioLinkedService. withDescription(String description)
Set the description property: Linked service description.TwilioLinkedService
TwilioLinkedService. withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.TwilioLinkedService
TwilioLinkedService. withPassword(SecretBase password)
Set the password property: The auth token of Twilio service.TwilioLinkedService
TwilioLinkedService. withUsername(Object username)
Set the username property: The Account SID of Twilio service.
-