Uses of Class
com.azure.resourcemanager.datafactory.models.LinkedServiceDebugResource
-
Packages that use LinkedServiceDebugResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of LinkedServiceDebugResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return LinkedServiceDebugResource Modifier and Type Method Description LinkedServiceDebugResource
LinkedServiceDebugResource. withName(String name)
Set the name property: The resource name.LinkedServiceDebugResource
LinkedServiceDebugResource. withProperties(LinkedService properties)
Set the properties property: Properties of linked service.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type LinkedServiceDebugResource Modifier and Type Method Description List<LinkedServiceDebugResource>
DataFlowDebugPackage. linkedServices()
Get the linkedServices property: List of linked services.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type LinkedServiceDebugResource Modifier and Type Method Description DataFlowDebugPackage
DataFlowDebugPackage. withLinkedServices(List<LinkedServiceDebugResource> linkedServices)
Set the linkedServices property: List of linked services.
-